treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user