14 stdenvNoCC.mkDerivation rec {
15 pname = "moka-icon-theme";
16 version = "unstable-2019-05-29";
18 src = fetchFromGitHub {
21 rev = "c0355ea31e5cfdb6b44d8108f602d66817546a09";
22 sha256 = "0m4kfarkl94wdhsds2q1l9x5hfa9l3117l8j6j7qm7sf7yzr90c8";
33 propagatedBuildInputs = [
38 dontDropIconThemeCache = true;
40 # These fixup steps are slow and unnecessary for this package
42 dontRewriteSymlinks = true;
45 patchShebangs meson/post_install.py
49 # replace duplicate files with symlinks
50 jdupes -l -r $out/share/icons
54 description = "Icon theme designed with a minimal flat style using simple geometry and bright colours";
55 homepage = "https://snwh.org/moka";
56 license = with licenses; [
60 # darwin cannot deal with file names differing only in case
61 platforms = platforms.linux;
62 maintainers = with maintainers; [ romildo ];