Revert "openssh: Build with Kerberos by default"

This reverts commit a232dd66ee.

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