1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
svn path=/nixpkgs/branches/xorg-7.5/; revision=18037
This commit is contained in:
Eelco Dolstra 2009-10-29 18:17:58 +00:00
parent 7133275ca0
commit db52ebcc98

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=$(out)/dummy";
installFlags = "CONFDIR=$(out)/etc RUN_FC_CACHE_TEST=false fc_cachedir=$(TMPDIR)/dummy";
meta = {
description = "A library for font customization and configuration";