svn path=/nixpkgs/branches/xorg-7.5/; revision=18044

This commit is contained in:
Eelco Dolstra 2009-10-30 08:26:20 +00:00
parent 390548d708
commit 27ab1e3cc7

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
configureFlags = "--with-confdir=/etc/fonts --with-cache-dir=/var/cache/fontconfig --disable-docs --with-default-fonts=";
# 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=$(TMPDIR)/dummy";
installFlags = "CONFDIR=$(out)/etc/fonts RUN_FC_CACHE_TEST=false fc_cachedir=$(TMPDIR)/dummy";
meta = {
description = "A library for font customization and configuration";