pango: disable tests (fail to find config in chroot)

This commit is contained in:
Vladimír Čunát 2014-02-02 13:31:36 +01:00
parent 07ab75205c
commit 8e4665a634

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
#doCheck = true; # testiter fails to find fontconfig configuration
postInstall = "rm -rf $out/share/gtk-doc";