leptonica: disable checks on darwin

18 tests failed with errors like:
> Error in callSystemDebug: iOS 11 does not support system()
> Error in fopenReadStream: file not found

Closes #61259
This commit is contained in:
Renaud 2019-05-11 10:08:59 +02:00 committed by GitHub
parent 021f127369
commit 253dae1edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
checkInputs = [ which gnuplot ];
doCheck = true;
doCheck = !stdenv.isDarwin;
meta = {
description = "Image processing and analysis library";