mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
Merge pull request #91470 from nomeata/release-20.03
openssh: don’t include fido2 on musl
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
, withGssapiPatches ? false
|
||||
, kerberos
|
||||
, libfido2
|
||||
, withFIDO ? stdenv.hostPlatform.isUnix
|
||||
, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl
|
||||
, linkOpenssl? true
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user