Merge pull request #181509 from lovesegfault/ssh-kerberos-aarch64-darwin

openssh: enable kerberos on aarch64-darwin
This commit is contained in:
Janne Heß
2022-07-15 16:24:28 +02:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@
, pam
, libredirect
, etcDir ? null
, withKerberos ? !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)
, withKerberos ? true
, libkrb5
, libfido2
, hostname