gnutls: Disable test suite

The 3.4.x test suite contains a certificate that expired June 29,
leading to:

FAIL: name-constraints
======================
...
Chain verification output: Not verified. The certificate is NOT trusted. The certificate chain uses expired certificate.
This commit is contained in:
Eelco Dolstra
2016-07-19 15:20:45 +02:00
parent a6b7474964
commit 94eec8fe77

View File

@@ -44,7 +44,8 @@ stdenv.mkDerivation {
# XXX: Gnulib's `test-select' fails on FreeBSD:
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
doCheck = (!stdenv.isFreeBSD && !stdenv.isDarwin);
#doCheck = (!stdenv.isFreeBSD && !stdenv.isDarwin);
docCheck = false;
# Fixup broken libtool and pkgconfig files
preFixup = lib.optionalString (!stdenv.isDarwin) ''