pkgsMusl.openssh: fix build

main
wyndon 2 years ago committed by Alyssa Ross
parent 923ce54f2c
commit b2bebc3586
  1. 5
      pkgs/tools/networking/openssh/common.nix

@ -37,6 +37,11 @@ stdenv.mkDerivation rec {
patches = [
./locale_archive.patch
(fetchurl {
url = "https://git.alpinelinux.org/aports/plain/main/openssh/gss-serv.c.patch?id=a7509603971ce2f3282486a43bb773b1b522af83";
sha256 = "sha256-eFFOd4B2nccRZAQWwdBPBoKWjfEdKEVGJvKZAzLu3HU=";
})
# See discussion in https://github.com/NixOS/nixpkgs/pull/16966
./dont_create_privsep_path.patch
] ++ extraPatches;

Loading…
Cancel
Save