Merge pull request #91470 from nomeata/release-20.03

openssh: don’t include fido2 on musl
This commit is contained in:
Mario Rodas
2020-06-27 13:36:42 -05:00
committed by GitHub

View File

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