12 stdenvNoCC.mkDerivation rec {
13 pname = "mint-x-icons";
16 src = fetchFromGitHub {
20 hash = "sha256-OiMQpVT5cydhw6Lb+vW+LiB/4gRuRhKXe93ocFj6qa4=";
23 propagatedBuildInputs = [
28 ubuntu-themes # provides ubuntu-mono-dark
35 dontDropIconThemeCache = true;
43 for theme in $out/share/icons/*; do
44 gtk-update-icon-cache $theme
51 homepage = "https://github.com/linuxmint/mint-x-icons";
52 description = "Mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza";
53 license = licenses.gpl3Plus; # from debian/copyright
54 platforms = platforms.linux;
55 maintainers = teams.cinnamon.members;