kerberos: heimdal alias moved to aliases.nix
This commit is contained in:
parent
cb1e30f84b
commit
4622b765ac
|
@ -9700,10 +9700,6 @@ with pkgs;
|
||||||
|
|
||||||
hamlib = callPackage ../development/libraries/hamlib { };
|
hamlib = callPackage ../development/libraries/hamlib { };
|
||||||
|
|
||||||
# TODO : Let admin choose.
|
|
||||||
# We are using mit-krb5 because it is better maintained
|
|
||||||
kerberos = libkrb5;
|
|
||||||
|
|
||||||
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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue