Skip to content

Commit

Permalink
gnutls: fix build on darwin
Browse files Browse the repository at this point in the history
Incompatible with staged update to autoconf 2.70.
No effect on linux as autoconf is only needed on darwin.
  • Loading branch information
r-burns authored and FRidh committed Jan 1, 2021
1 parent 136c0d0 commit b095078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -13371,6 +13371,7 @@ in
gnutls = callPackage ../development/libraries/gnutls/default.nix {
inherit (darwin.apple_sdk.frameworks) Security;
util-linux = util-linuxMinimal; # break the cyclic dependency
autoconf = buildPackages.autoconf269;
};

gnutls-kdh = callPackage ../development/libraries/gnutls-kdh/3.5.nix {
Expand Down

0 comments on commit b095078

Please sign in to comment.