mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
Making inkscape not install any icon cache
svn path=/nixpkgs/trunk/; revision=24650
This commit is contained in:
parent
4394b2d1ae
commit
01b6395203
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user