10 stdenvNoCC.mkDerivation rec {
11 pname = "mint-l-icons";
14 src = fetchFromGitHub {
17 # https://github.com/linuxmint/mint-l-icons/issues/11
18 rev = "ee03e6dad0b1f9e25847977eae42766e2ddd4877";
19 hash = "sha256-OKlkqDp9mZOeM4M9QN9H0WH4k+5eMEUshvadaV6qhBA=";
22 propagatedBuildInputs = [
32 dontDropIconThemeCache = true;
40 for theme in $out/share/icons/*; do
41 gtk-update-icon-cache $theme
48 homepage = "https://github.com/linuxmint/mint-l-icons";
49 description = "Mint-L icon theme";
50 license = licenses.gpl3Plus; # from debian/copyright
51 platforms = platforms.linux;
52 maintainers = teams.cinnamon.members;