summaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r--gnu/packages/ssh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index f78f384df0d..c8b7a3e849d 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -324,7 +324,7 @@ a server that supports the SSH-2 protocol.")
324 zlib 324 zlib
325 xauth ; for 'ssh -X' and 'ssh -Y' 325 xauth ; for 'ssh -X' and 'ssh -Y'
326 (if (target-hurd?) 326 (if (target-hurd?)
327 '() 327 (list libxcrypt)
328 (list linux-pam 328 (list linux-pam
329 libfido2)))) ; fails to build on GNU/Hurd 329 libfido2)))) ; fails to build on GNU/Hurd
330 (synopsis "Client and server for the secure shell (ssh) protocol") 330 (synopsis "Client and server for the secure shell (ssh) protocol")