Skip to content

Commit

Permalink
gnutls: use 3.5 and remove 3.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vcunat committed Feb 20, 2017
1 parent 110f136 commit 0ff2179
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
10 changes: 0 additions & 10 deletions pkgs/development/libraries/gnutls/3.4.nix

This file was deleted.

6 changes: 1 addition & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7506,11 +7506,7 @@ with pkgs;

gnu-efi = callPackage ../development/libraries/gnu-efi { };

gnutls = gnutls34;

gnutls34 = callPackage ../development/libraries/gnutls/3.4.nix {
guileBindings = config.gnutls.guile or false;
};
gnutls = gnutls35;

gnutls35 = callPackage ../development/libraries/gnutls/3.5.nix {
guileBindings = config.gnutls.guile or false;
Expand Down

0 comments on commit 0ff2179

Please sign in to comment.