diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index be765474ba..9d3fe1f40a 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -622,7 +622,8 @@ (define-public lsh ;; The server (lshd) invokes xauth when X11 forwarding is requested. ;; This adds 24 MiB (or 27%) to the closure of lsh. xauth - libxau)) ;also required for x11-forwarding + libxau ;also required for x11-forwarding + libxcrypt)) (arguments '(;; Skip the `configure' test that checks whether /dev/ptmx & ;; co. work as expected, because it relies on impurities (for