iyzsong pushed a commit to branch core-updates
in repository guix.

commit 9881f88596b347a740a8788d583878635bbc553b
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:32:25 2024 +0800

    gnu: dropbear: Add libxcrypt dependency.
    
    * gnu/packages/ssh.scm (dropbear)[inputs]: Add libxcrypt.
    
    Change-Id: I951b01354e195c09d8ecf0b06ef8d88715f3023c
---
 gnu/packages/ssh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 902f935b6d..edc9a70c29 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -540,7 +540,7 @@ responsive, especially over Wi-Fi, cellular, and 
long-distance links.")
                        (substitute* "default_options.h"
                          (("#define DROPBEAR_X11FWD 0")
                           "#define DROPBEAR_X11FWD 1")))))))
-    (inputs (list libtomcrypt libtommath zlib))
+    (inputs (list libtomcrypt libtommath libxcrypt zlib))
     (synopsis "Small SSH server and client")
     (description "Dropbear is a relatively small SSH server and
 client.  It runs on a variety of POSIX-based platforms.  Dropbear is

Reply via email to