mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
* 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
This commit is contained in:
parent
29f04e4331
commit
aac824af28
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue