Merge pull request #67864 from ryantm/babl

babl: disable tests
This commit is contained in:
Jan Tojnar 2019-09-01 08:50:13 +02:00 committed by GitHub
commit 793c2c3819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/;