GnuTLS 2.12.3.

svn path=/nixpkgs/trunk/; revision=27039
This commit is contained in:
Ludovic Courtès
2011-04-28 20:57:54 +00:00
parent 457a6eeef6
commit f50b358f37
3 changed files with 635 additions and 124 deletions
@@ -5,14 +5,14 @@ assert guileBindings -> guile != null;
stdenv.mkDerivation rec {
name = "gnutls-2.12.2";
name = "gnutls-2.12.3";
src = fetchurl {
url = "mirror://gnu/gnutls/${name}.tar.bz2";
sha256 = "0hvymf1q3d63hbi3hia876alaq7asprgwzhy49192i2h2gjlx5nc";
sha256 = "1lrr4mkv6ygi4r8gqfgv528wc9lhqfs60wnlgj0w59iz1nhxpcwz";
};
patches = [ ./no-libgcrypt.patch ];
patches = [ ./fix-guile-tests.patch ];
configurePhase = ''
./configure --prefix="$out" \