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:
parent
021f127369
commit
253dae1edf
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
checkInputs = [ which gnuplot ];
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = {
|
||||
description = "Image processing and analysis library";
|
||||
|
Loading…
Reference in New Issue
Block a user