mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Disable fontconfig tests: they break after Freetype security update, and apparently we get something working regardless of the test problems
This commit is contained in:
parent
a837382f6c
commit
374a9cc162
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = false;
|
||||
|
||||
# Don't try to write to /var/cache/fontconfig at install time.
|
||||
installFlags = "fc_cachedir=$(TMPDIR)/dummy RUN_FC_CACHE_TEST=false";
|
||||
|
|
Loading…
Reference in a new issue