mate.mate-themes: don't drop icon caches
Set dontDropIconThemeCache so the gtk setup hook doesn't remove the icon cache.
This commit is contained in:
parent
e1791c1fcc
commit
de19630ba9
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
||||||
|
|
||||||
|
dontDropIconThemeCache = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
|
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user