mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
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 ];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
postInstall = ''
|
||||
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue