fontconfig: attempt to fix installation on darwin
This commit is contained in:
parent
a4042c373b
commit
dac60392fc
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
# Don't try to write to /var/cache/fontconfig at install time.
|
# 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 = ''
|
postInstall = ''
|
||||||
cd "$out/etc/fonts" && tar xvf ${infinality_patch}
|
cd "$out/etc/fonts" && tar xvf ${infinality_patch}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user