iyzsong pushed a commit to branch core-updates
in repository guix.
commit fd42fa55575d70ccd9caab45dec76cf5086201ee
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:54:43 2024 +0800
gnu: lsh: Add libxcrypt dependency.
* gnu/packages/ssh.scm (lsh)[inputs]: Add libxcrypt.
Change-Id: Ic67704e2a60d4e2fe7397204570efca4493c88fe
---
gnu/packages/ssh.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index edc9a70c29..073d720509 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -621,7 +621,8 @@ basis for almost any application.")
;; 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