From 59616b291d60886606ca300c20107722f284cdf7 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 --- 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 ad5072342f1..1703e8c7559 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 }: