openssh: don’t include fido2 on musl
libselinux pulls in openssh transitively, so can’t use fido here Fixes #89246
This commit is contained in:
parent
18eff2d1cf
commit
59616b291d
@ -5,7 +5,7 @@
|
||||
, withGssapiPatches ? false
|
||||
, kerberos
|
||||
, libfido2
|
||||
, withFIDO ? stdenv.hostPlatform.isUnix
|
||||
, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl
|
||||
, linkOpenssl? true
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user