pango: disable tests

This commit is contained in:
Jan Malakhovski 2018-07-29 09:23:20 +00:00
parent 49dd9d8ab2
commit 1949a71003

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
configureFlags = optional stdenv.isDarwin "--without-x";
doCheck = false; # fails 1 out of 12 tests with "Fontconfig error: Cannot load default config file"
meta = with stdenv.lib; {
description = "A library for laying out and rendering of text, with an emphasis on internationalization";