pango: revert the doCheck = true change
I messed up the testing; I'm really sorry.
This commit is contained in:
parent
e81e9e82b1
commit
e3d10cfc1c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user