3
0
Fork 0
forked from mirrors/nixpkgs

gd: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:34:25 +00:00
parent 751f7cf394
commit ead797e78b

View file

@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = false; # fails 2 tests
meta = with stdenv.lib; {
homepage = https://libgd.github.io/;
description = "A dynamic image creation library";