some tests for nettle and gnutls donot seem to work on OS X
This commit is contained in:
committed by
Peter Simons
parent
adf7a68158
commit
352c0067e6
@@ -11,7 +11,7 @@ stdenv.mkDerivation (rec {
|
||||
buildInputs = [ gnum4 ];
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
doCheck = (stdenv.system != "i686-cygwin");
|
||||
doCheck = (stdenv.system != "i686-cygwin" && !stdenv.isDarwin);
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user