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:32:52 -05:00
parent a232dd66ee
commit f596aa0f4a
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;
};
};