* 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];
|
propagatedBuildInputs = [libgcrypt];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = false; # disabled due to a bug between libgcrypt and gnutls
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The GNU Transport Layer Security Library";
|
description = "The GNU Transport Layer Security Library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user