openssh: disable kerberos on Apple Silicon

This commit is contained in:
Andrew Childs 2020-11-19 16:25:51 +09:00
parent 529346745c
commit 4e09c26ea1

View file

@ -19,7 +19,7 @@
, pkg-config
, pam
, etcDir ? null
, withKerberos ? true
, withKerberos ? !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)
, libkrb5
, libfido2
, nixosTests