Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

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 #89246
  • Loading branch information
matthewbauer committed Jun 8, 2020
1 parent 18eff2d commit 59616b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/openssh/default.nix
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 59616b2

Please sign in to comment.