gnu: dropbear: Add libxcrypt dependency.

* gnu/packages/ssh.scm (dropbear)[inputs]: Add libxcrypt.

Change-Id: I951b01354e195c09d8ecf0b06ef8d88715f3023c
This commit is contained in:
宋文武 2024-06-18 11:32:25 +08:00 committed by Ludovic Courtès
parent 6784bb69ec
commit c8d8f1e892
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -541,7 +541,7 @@ (define-public dropbear
(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