From 01b6395203323fc211409656d42506110174d814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 10 Nov 2010 18:13:00 +0000 Subject: [PATCH] Making inkscape not install any icon cache svn path=/nixpkgs/trunk/; revision=24650 --- pkgs/applications/graphics/inkscape/default.nix | 1 + 1 file changed, 1 insertion(+) 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";