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
|
, withGssapiPatches ? false
|
||||||
, kerberos
|
, kerberos
|
||||||
, libfido2
|
, libfido2
|
||||||
, withFIDO ? stdenv.hostPlatform.isUnix
|
, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl
|
||||||
, linkOpenssl? true
|
, linkOpenssl? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user