summary refs log tree commit diff
path: root/pkgs/desktops/xfce/core
diff options
context:
space:
mode:
authorSergey Mironov <grrwlf@gmail.com>2013-11-12 15:44:20 +0400
committerVladimír Čunát <vcunat@gmail.com>2013-11-12 14:40:07 +0100
commit86038eaa1d46394fb7b596468bd9d5064582dd8b (patch)
treedafb89ea31749ce2a82ce923866502a74548db2a /pkgs/desktops/xfce/core
parent9220d5b002d0b3fce8e23ab8de63caa8649d80f7 (diff)
downloadnixlib-86038eaa1d46394fb7b596468bd9d5064582dd8b.tar
nixlib-86038eaa1d46394fb7b596468bd9d5064582dd8b.tar.gz
nixlib-86038eaa1d46394fb7b596468bd9d5064582dd8b.tar.bz2
nixlib-86038eaa1d46394fb7b596468bd9d5064582dd8b.tar.lz
nixlib-86038eaa1d46394fb7b596468bd9d5064582dd8b.tar.xz
nixlib-86038eaa1d46394fb7b596468bd9d5064582dd8b.tar.zst
nixlib-86038eaa1d46394fb7b596468bd9d5064582dd8b.zip
xfce: remove icon caches (close #1207)
vcunat deleted another one
Diffstat (limited to 'pkgs/desktops/xfce/core')
-rw-r--r--pkgs/desktops/xfce/core/libxfce4ui.nix2
-rw-r--r--pkgs/desktops/xfce/core/thunar-archive-plugin.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/desktops/xfce/core/libxfce4ui.nix b/pkgs/desktops/xfce/core/libxfce4ui.nix
index 4f0e7062e459..5675c09fed81 100644
--- a/pkgs/desktops/xfce/core/libxfce4ui.nix
+++ b/pkgs/desktops/xfce/core/libxfce4ui.nix
@@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
       libstartup_notification
     ];
 
+  preFixup = "rm $out/share/icons/hicolor/icon-theme.cache";
+
   enableParallelBuilding = true;
 
   meta = {
diff --git a/pkgs/desktops/xfce/core/thunar-archive-plugin.nix b/pkgs/desktops/xfce/core/thunar-archive-plugin.nix
index 62b04caaa347..4776af3be324 100644
--- a/pkgs/desktops/xfce/core/thunar-archive-plugin.nix
+++ b/pkgs/desktops/xfce/core/thunar-archive-plugin.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
   buildInputs = [ pkgconfig thunar intltool exo gtk udev libxfce4ui libxfce4util xfconf ];
   enableParallelBuilding = true;
 
+  preFixup = "rm $out/share/icons/hicolor/icon-theme.cache";
+
   meta = {
     homepage = http://foo-projects.org/~benny/projects/thunar-archive-plugin/;
     description = "The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager";