1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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:
Matthew Bauer 2020-06-08 17:36:48 -05:00
parent 18eff2d1cf
commit 59616b291d

View file

@ -5,7 +5,7 @@
, withGssapiPatches ? false
, kerberos
, libfido2
, withFIDO ? stdenv.hostPlatform.isUnix
, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl
, linkOpenssl? true
}: