aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/gnome-3/core/adwaita-icon-theme
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-04-17 17:12:18 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-04-19 21:29:32 -0300
commit50c048f9377ffa1629b01c79e22897892f6b3c49 (patch)
treee04de1e4453c80eb7739e7f28368e475351da38d /pkgs/desktops/gnome-3/core/adwaita-icon-theme
parent58362a4b1bb5adf99383de7dc630e878e145e9a7 (diff)
gnome3.adwaita-icon-theme: do not drop icon theme cache
Diffstat (limited to 'pkgs/desktops/gnome-3/core/adwaita-icon-theme')
-rw-r--r--pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix b/pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix
index 6eafa874b836..827fd1cd96a7 100644
--- a/pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix
+++ b/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" '';