1
0
Fork 1
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:
José Romildo Malaquias 2020-02-24 08:19:03 -03:00
parent e1791c1fcc
commit de19630ba9

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
dontDropIconThemeCache = true;
postInstall = ''
gtk-update-icon-cache "$out"/share/icons/ContrastHigh
'';