3
0
Fork 0
forked from mirrors/nixpkgs

gnutls: Disable tests on FreeBSD.

This commit is contained in:
Ludovic Courtès 2012-08-22 17:24:38 +02:00
parent 9b1c34f8f2
commit a167fadc07

View file

@ -29,7 +29,9 @@ stdenv.mkDerivation (rec {
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 = {
description = "The GNU Transport Layer Security Library";