gnutls: use 3.5 and remove 3.4
3.4 branch detects support for getrandom() call during configure-time, which gets picked up since glibc-2.25, and consequently it will fail with older kernels during rutime.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{ callPackage, fetchurl, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "3.4.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-${version}.tar.xz";
|
||||
sha256 = "0bhp8cqrmw15yins65cn0zwbcpj1vmymr4wnbm151sfmf2kfhl4v";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user