krb5: use openssl_1_1

This commit is contained in:
ajs124
2022-08-17 20:16:19 +02:00
parent a902277262
commit 498d67e45e
+2
View File
@@ -18714,6 +18714,8 @@ with pkgs;
krb5 = callPackage ../development/libraries/kerberos/krb5.nix {
inherit (buildPackages.darwin) bootstrap_cmds;
# TODO: can be removed once we have 1.20
openssl = openssl_1_1;
};
krb5Full = krb5;
libkrb5 = krb5.override { type = "lib"; };