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
+3 -1
View File
@@ -21,10 +21,12 @@ stdenv.mkDerivation {
kdeFrameworks.kwindowsystem
];
buildInputs = [
propagatedBuildInputs = [
hicolor-icon-theme
];
dontDropIconThemeCache = true;
postFixup = ''
for theme in $out/share/icons/*; do
gtk-update-icon-cache $theme