[staging] openssh: Fix EOF: command not found

This commit is contained in:
yoctocell
2020-11-24 17:06:45 +01:00
committed by Frederik Rietdijk
parent 1bec9d20da
commit 4c8c8d2ce5
2 changed files with 24 additions and 0 deletions
@@ -53,6 +53,9 @@ stdenv.mkDerivation rec {
./dont_create_privsep_path.patch
./ssh-keysign.patch
# See https://github.com/openssh/openssh-portable/pull/206
./ssh-copy-id-fix-eof.patch
]
++ optional withGssapiPatches (assert withKerberos; gssapiPatch);