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:
parent
5884530154
commit
7133275ca0
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue