fontconfig: attempt to fix installation on darwin

This commit is contained in:
Vladimír Čunát 2014-06-22 11:37:43 +02:00
parent a4042c373b
commit dac60392fc

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
doCheck = true;
# Don't try to write to /var/cache/fontconfig at install time.
installFlags = "fc_cachedir=$(TMPDIR)/dummy";
installFlags = "fc_cachedir=$(TMPDIR)/dummy RUN_FC_CACHE_TEST=false";
postInstall = ''
cd "$out/etc/fonts" && tar xvf ${infinality_patch}