nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #91470 from nomeata/release-20.03

openssh: don’t include fido2 on musl

authored by

Mario Rodas and committed by
GitHub
d2eeac14 b28be19c

+1 -1
+1 -1
pkgs/tools/networking/openssh/default.nix
··· 5 5 , withGssapiPatches ? false 6 6 , kerberos 7 7 , libfido2 8 - , withFIDO ? stdenv.hostPlatform.isUnix 8 + , withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl 9 9 , linkOpenssl? true 10 10 }: 11 11