fontconfig: *Flags are lists
This commit is contained in:
parent
e298629fec
commit
fb129117d2
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
|
||||
# Don't try to write to /var/cache/fontconfig at install time.
|
||||
installFlags = "fc_cachedir=$(TMPDIR)/dummy RUN_FC_CACHE_TEST=false";
|
||||
installFlags = [ "fc_cachedir=$(TMPDIR)/dummy" "RUN_FC_CACHE_TEST=false" ];
|
||||
|
||||
postInstall = ''
|
||||
cd "$out/etc/fonts"
|
||||
|
|
Loading…
Reference in New Issue