about summary refs log tree commit diff
path: root/pkgs/development/libraries/pango
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-08-14 08:45:16 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-08-14 09:15:46 +0200
commite3d10cfc1c840423ff2d84bfcf538e2619a82aef (patch)
tree115432a5238b476d497b41b88ecbaf7af0f34761 /pkgs/development/libraries/pango
parente81e9e82b1712e4a021b42ef77a6c7b432e5b4bc (diff)
pango: revert the doCheck = true change
I messed up the testing; I'm really sorry.
Diffstat (limited to 'pkgs/development/libraries/pango')
-rw-r--r--pkgs/development/libraries/pango/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/pango/default.nix b/pkgs/development/libraries/pango/default.nix
index 0e4099d6fe5c6..29a69bee0c706 100644
--- a/pkgs/development/libraries/pango/default.nix
+++ b/pkgs/development/libraries/pango/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  doCheck = stdenv.host.isLinux;
+  doCheck = false; # test-layout fails on 1.40.3 (fails to find font config)
   # jww (2014-05-05): The tests currently fail on Darwin:
   #
   # ERROR:testiter.c:139:iter_char_test: assertion failed: (extents.width == x1 - x0)