gnome3.adwaita-icon-theme: do not drop icon theme cache

This commit is contained in:
José Romildo Malaquias 2020-04-17 17:12:18 -03:00
parent 58362a4b1b
commit 50c048f937

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk3 ];
dontDropIconThemeCache = true;
# remove a tree of dirs with no files within
postInstall = '' rm -rf "$out/locale" '';