babl: disable tests

the tests fail
https://github.com/NixOS/nixpkgs/pull/67416#issuecomment-526864719 so
we'll disable them for now and notify upstream
This commit is contained in:
Ryan Mulligan 2019-08-31 20:26:19 -07:00
parent 5865e1f487
commit 60d53d16d9

View File

@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
lcms2
];
doCheck = !stdenv.isDarwin;
meta = with stdenv.lib; {
description = "Image pixel format conversion library";
homepage = http://gegl.org/babl/;