11 stdenvNoCC.mkDerivation rec {
12 pname = "mint-l-icons";
15 src = fetchFromGitHub {
18 # They don't really do tags, this is just a named commit.
19 rev = "f1900facf915715623ef0ca2874ae4dd04039e81";
20 hash = "sha256-UpVuhzZdw0Ri6X20N/yGFMmwEymMvLr78DwYaHD+CNY=";
23 propagatedBuildInputs = [
33 dontDropIconThemeCache = true;
41 for theme in $out/share/icons/*; do
42 gtk-update-icon-cache $theme
49 homepage = "https://github.com/linuxmint/mint-l-icons";
50 description = "Mint-L icon theme";
51 license = licenses.gpl3Plus; # from debian/copyright
52 platforms = platforms.linux;
53 maintainers = teams.cinnamon.members;