GnuTLS 2.12.5.

svn path=/nixpkgs/trunk/; revision=27317
This commit is contained in:
Ludovic Courtès
2011-05-30 21:48:32 +00:00
parent 47452c351b
commit b35e60ff61
2 changed files with 2 additions and 636 deletions
@@ -5,15 +5,13 @@ assert guileBindings -> guile != null;
stdenv.mkDerivation rec {
name = "gnutls-2.12.3";
name = "gnutls-2.12.5";
src = fetchurl {
url = "mirror://gnu/gnutls/${name}.tar.bz2";
sha256 = "1lrr4mkv6ygi4r8gqfgv528wc9lhqfs60wnlgj0w59iz1nhxpcwz";
sha256 = "0q4b8jc2izq66knvya37lpp37glwf9d6prnqc6jk9b17yf03h9mz";
};
patches = [ ./fix-guile-tests.patch ];
configurePhase = ''
./configure --prefix="$out" \
--disable-dependency-tracking --enable-fast-install \