Making inkscape not install any icon cache

svn path=/nixpkgs/trunk/; revision=24650
This commit is contained in:
Lluís Batlle i Rossell 2010-11-10 18:13:00 +00:00
parent 4394b2d1ae
commit 01b6395203

View File

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