some tests for nettle and gnutls donot seem to work on OS X
This commit is contained in:
parent
adf7a68158
commit
352c0067e6
@ -40,7 +40,7 @@ stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
# XXX: Gnulib's `test-select' fails on FreeBSD:
|
# XXX: Gnulib's `test-select' fails on FreeBSD:
|
||||||
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
|
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
|
||||||
doCheck = (!stdenv.isFreeBSD);
|
doCheck = (!stdenv.isFreeBSD && !stdenv.isDarwin);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The GNU Transport Layer Security Library";
|
description = "The GNU Transport Layer Security Library";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation (rec {
|
|||||||
buildInputs = [ gnum4 ];
|
buildInputs = [ gnum4 ];
|
||||||
propagatedBuildInputs = [ gmp ];
|
propagatedBuildInputs = [ gmp ];
|
||||||
|
|
||||||
doCheck = (stdenv.system != "i686-cygwin");
|
doCheck = (stdenv.system != "i686-cygwin" && !stdenv.isDarwin);
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user