gnome2.gnome_icon_theme: do not drop icon theme cache

This commit is contained in:
José Romildo Malaquias 2020-04-03 23:12:23 -03:00
parent 2e7067f984
commit a396bc1a9b

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
gtk2 gtk2
]; ];
dontDropIconThemeCache = true;
postInstall = '' postInstall = ''
# remove a tree of dirs with no files within # remove a tree of dirs with no files within
rm -r "$out/share/locale" rm -r "$out/share/locale"