gnutls: fix build on darwin
Incompatible with staged update to autoconf 2.70. No effect on linux as autoconf is only needed on darwin.
This commit is contained in:
parent
136c0d01d2
commit
b095078f44
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user