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

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