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

wip/yesman
José Romildo Malaquias 4 years ago
parent 58362a4b1b
commit 50c048f937
  1. 2
      pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix

@ -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" '';

Loading…
Cancel
Save