heimdal: use autoconf 2.69

This commit is contained in:
Alyssa Ross
2020-12-17 12:53:24 +00:00
parent e1cac2f706
commit 55fd7b0c51
+1
View File
@@ -13438,6 +13438,7 @@ in
heimdal = callPackage ../development/libraries/kerberos/heimdal.nix { heimdal = callPackage ../development/libraries/kerberos/heimdal.nix {
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security SystemConfiguration; inherit (darwin.apple_sdk.frameworks) CoreFoundation Security SystemConfiguration;
autoreconfHook = autoreconfHook269;
}; };
libheimdal = heimdal; libheimdal = heimdal;