mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: lsh: Add libxcrypt dependency.
* gnu/packages/ssh.scm (lsh)[inputs]: Add libxcrypt. Change-Id: Ic67704e2a60d4e2fe7397204570efca4493c88fe
This commit is contained in:
parent
4a3bf9f60d
commit
52ad897f16
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue