From aac824af282922c414993cc0a6a63684abf63090 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 9 Sep 2008 14:54:02 +0000 Subject: [PATCH] * Disable make check for now due to a bug in gnutls, see http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3050 svn path=/nixpkgs/trunk/; revision=12834 --- pkgs/development/libraries/gnutls/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gnutls/default.nix b/pkgs/development/libraries/gnutls/default.nix index f84563cc6770..eddfdc9b7bb7 100644 --- a/pkgs/development/libraries/gnutls/default.nix +++ b/pkgs/development/libraries/gnutls/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { propagatedBuildInputs = [libgcrypt]; - doCheck = true; + doCheck = false; # disabled due to a bug between libgcrypt and gnutls meta = { description = "The GNU Transport Layer Security Library";