openssh: Build with Kerberos by default

This reverts commit 09696e32c390c232ec7ac506df6457fb93c1f536.
which reverted f596aa0f4a
to move it to staging
This commit is contained in:
Graham Christensen
2018-01-28 16:36:01 -05:00
parent 15a4977409
commit e2a54266c4
4 changed files with 6 additions and 13 deletions
-1
View File
@@ -69,7 +69,6 @@ in
[ (self: super: {
openssh = super.openssh.override {
hpnSupport = true;
withKerberos = true;
kerberos = self.libkrb5;
};
};