gnutls: Disable tests on FreeBSD.
This commit is contained in:
parent
9b1c34f8f2
commit
a167fadc07
|
@ -29,7 +29,9 @@ stdenv.mkDerivation (rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [ nettle libtasn1 ];
|
propagatedBuildInputs = [ nettle libtasn1 ];
|
||||||
|
|
||||||
doCheck = true;
|
# XXX: Gnulib's `test-select' fails on FreeBSD:
|
||||||
|
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
|
||||||
|
doCheck = (!stdenv.isFreeBSD);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The GNU Transport Layer Security Library";
|
description = "The GNU Transport Layer Security Library";
|
||||||
|
|
Loading…
Reference in New Issue