mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: dropbear: Add libxcrypt dependency.
* gnu/packages/ssh.scm (dropbear)[inputs]: Add libxcrypt. Change-Id: I951b01354e195c09d8ecf0b06ef8d88715f3023c
This commit is contained in:
parent
6784bb69ec
commit
c8d8f1e892
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue