fontconfig: *Flags are lists

This commit is contained in:
Robin Gloster
2019-10-26 17:39:27 +02:00
committed by Jan Tojnar
parent e298629fec
commit fb129117d2

View File

@@ -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"