Skip to content

Commit

Permalink
openssh: don’t include fido2 on musl
Browse files Browse the repository at this point in the history
libselinux pulls in openssh transitively, so can’t use fido here

Fixes NixOS#89246

(cherry picked from commit 59616b2)
  • Loading branch information
matthewbauer authored and nomeata committed Jun 25, 2020
1 parent 05a32d8 commit bff1f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/openssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, withGssapiPatches ? false
, kerberos
, libfido2
, withFIDO ? stdenv.hostPlatform.isUnix
, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl
, linkOpenssl? true
}:

Expand Down

0 comments on commit bff1f7b

Please sign in to comment.