gnutls: update to 3.2.0
It required a nettle update to 2.7 too.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, gmp, gnum4 }:
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
name = "nettle-2.5";
|
||||
name = "nettle-2.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/nettle/${name}.tar.gz";
|
||||
sha256 = "0wicr7amx01l03rm0pzgr1qvw3f9blaw17vjsy1301dh13ll58aa";
|
||||
sha256 = "1mnl5i1136p47lrklm0mhnnv3gjakza385zvxz12qf057h9ym562";
|
||||
};
|
||||
|
||||
buildInputs = [ gnum4 ];
|
||||
@@ -15,6 +15,8 @@ stdenv.mkDerivation (rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
dontDisableStatic = true;
|
||||
|
||||
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
|
||||
./cygwin.patch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user