summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-10 18:13:00 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-10 18:13:00 +0000
commit01b6395203323fc211409656d42506110174d814 (patch)
tree46233df82057f773beb43c1518ba2ac80b6ca351 /pkgs
parent4394b2d1ae3347ee308b2fa1769a3f1e61e036d5 (diff)
downloadnixpkgs-01b6395203323fc211409656d42506110174d814.tar
nixpkgs-01b6395203323fc211409656d42506110174d814.tar.gz
nixpkgs-01b6395203323fc211409656d42506110174d814.tar.bz2
nixpkgs-01b6395203323fc211409656d42506110174d814.tar.lz
nixpkgs-01b6395203323fc211409656d42506110174d814.tar.xz
nixpkgs-01b6395203323fc211409656d42506110174d814.tar.zst
nixpkgs-01b6395203323fc211409656d42506110174d814.zip
Making inkscape not install any icon cache
svn path=/nixpkgs/trunk/; revision=24650
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index e34d4592f91..01b72599fb1 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
        "$(toPythonPath ${pyxml}):$(toPythonPath ${lxml})" ||  \
         exit 2
     done
+    rm $out/share/icons/hicolor/icon-theme.cache
   '';
 
   NIX_LDFLAGS = "-lX11";