summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-06-18 11:32:25 +0800
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:06 +0200
commitc8d8f1e89259783afdf3d3cf879532e4f585981c (patch)
tree39045a0d0f807e1a75e9dac3645164853ddf22be /gnu
parent6784bb69ec8957d7d6742a1ac23267a8bb58dfeb (diff)
downloadguix-c8d8f1e89259783afdf3d3cf879532e4f585981c.tar.gz
gnu: dropbear: Add libxcrypt dependency.
* gnu/packages/ssh.scm (dropbear)[inputs]: Add libxcrypt.

Change-Id: I951b01354e195c09d8ecf0b06ef8d88715f3023c
Diffstat (limited to 'gnu')
-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 22ec7a138a..be765474ba 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -541,7 +541,7 @@ responsive, especially over Wi-Fi, cellular, and long-distance links.")
                        (substitute* "src/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