kerberos: heimdal alias moved to aliases.nix

This commit is contained in:
Alexander V. Nikolaev 2018-06-05 19:07:22 +03:00
parent cb1e30f84b
commit 4622b765ac

View File

@ -9700,10 +9700,6 @@ with pkgs;
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 {
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security SystemConfiguration;
};