3
0
Fork 0
forked from mirrors/nixpkgs

* Purity: don't do a mkdir /var/cache/fontconfig.

svn path=/nixpkgs/branches/xorg-7.5/; revision=18036
This commit is contained in:
Eelco Dolstra 2009-10-29 18:17:45 +00:00
parent 5884530154
commit 7133275ca0

View file

@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
configureFlags = "--with-confdir=/etc/fonts --with-cache-dir=/var/cache/fontconfig --disable-docs --with-default-fonts=";
installFlags = "CONFDIR=$(out)/etc RUN_FC_CACHE_TEST=false";
# Don't try to write to /etc/fonts or /var/cache/fontconfig at install time.
installFlags = "CONFDIR=$(out)/etc RUN_FC_CACHE_TEST=false fc_cachedir=$(out)/dummy";
meta = {
description = "A library for font customization and configuration";