about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-12-17 16:39:55 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-12-17 16:39:55 +0300
commit374a9cc16271d234a85fc90c11b6cc106237b68a (patch)
tree08a77534d501878f1ef71e9722e96e7fa444f87a /pkgs/development/libraries
parenta837382f6cf6715a753770f347fb24c27ffbdf10 (diff)
downloadnixlib-374a9cc16271d234a85fc90c11b6cc106237b68a.tar
nixlib-374a9cc16271d234a85fc90c11b6cc106237b68a.tar.gz
nixlib-374a9cc16271d234a85fc90c11b6cc106237b68a.tar.bz2
nixlib-374a9cc16271d234a85fc90c11b6cc106237b68a.tar.lz
nixlib-374a9cc16271d234a85fc90c11b6cc106237b68a.tar.xz
nixlib-374a9cc16271d234a85fc90c11b6cc106237b68a.tar.zst
nixlib-374a9cc16271d234a85fc90c11b6cc106237b68a.zip
Disable fontconfig tests: they break after Freetype security update, and apparently we get something working regardless of the test problems
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/fontconfig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fontconfig/default.nix b/pkgs/development/libraries/fontconfig/default.nix
index b03528de2d5d..7ae6ec8ac926 100644
--- a/pkgs/development/libraries/fontconfig/default.nix
+++ b/pkgs/development/libraries/fontconfig/default.nix
@@ -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";