krb5: use openssl_1_1

This commit is contained in:
ajs124 2022-04-17 23:34:47 +01:00
parent a902277262
commit 498d67e45e

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"; };