treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache

This commit is contained in:
worldofpeace
2019-09-18 22:47:29 +02:00
committed by Jan Tojnar
parent b0c2aea20b
commit b7ad6e1be5
20 changed files with 128 additions and 20 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchzip, xorg }:
{ stdenv, lib, fetchzip, xorg, hicolor-icon-theme }:
stdenv.mkDerivation rec {
pname = "vanilla-dmz";
@@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "1l0c0svk7dy0d7icg7j2181wdn3fvks5gmyqnvjk749ppy5ks8mj";
};
buildInputs = [ xorg.xcursorgen ];
propagatedBuildInputs = [
hicolor-icon-theme
];
dontDropIconThemeCache = true;
buildPhase = ''
cd DMZ-White/pngs; ./make.sh; cd -
cd DMZ-Black/pngs; ./make.sh; cd -