10 stdenvNoCC.mkDerivation rec {
11 pname = "mint-y-icons";
14 src = fetchFromGitHub {
18 hash = "sha256-SJ6h1All5bub+Yue8zUrAYdlNf005MAdnl+pkOelods=";
21 propagatedBuildInputs = [
31 dontDropIconThemeCache = true;
39 for theme in $out/share/icons/*; do
40 gtk-update-icon-cache $theme
47 homepage = "https://github.com/linuxmint/mint-y-icons";
48 description = "Mint-Y icon theme";
49 license = licenses.gpl3; # from debian/copyright
50 platforms = platforms.linux;
51 maintainers = teams.cinnamon.members;