From bff1f7bf8fea406ecb338171a6ca49b58d2e4745 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 8 Jun 2020 17:36:48 -0500 Subject: [PATCH] =?UTF-8?q?openssh:=20don=E2=80=99t=20include=20fido2=20on?= =?UTF-8?q?=20musl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libselinux pulls in openssh transitively, so can’t use fido here Fixes #89246 (cherry picked from commit 59616b291d60886606ca300c20107722f284cdf7) --- pkgs/tools/networking/openssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix index dd0151c89dac0..7429472ffc247 100644 --- a/pkgs/tools/networking/openssh/default.nix +++ b/pkgs/tools/networking/openssh/default.nix @@ -5,7 +5,7 @@ , withGssapiPatches ? false , kerberos , libfido2 -, withFIDO ? stdenv.hostPlatform.isUnix +, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl , linkOpenssl? true }: