pango: disable tests
This commit is contained in:
parent
49dd9d8ab2
commit
1949a71003
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = optional stdenv.isDarwin "--without-x";
|
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; {
|
meta = with stdenv.lib; {
|
||||||
description = "A library for laying out and rendering of text, with an emphasis on internationalization";
|
description = "A library for laying out and rendering of text, with an emphasis on internationalization";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user