mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Add Kerberos support to libssh
* gnu/packages/ssh.scm (libssh)[inputs]: Depend on mit-krb5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7ff86ecae1
commit
ef30ddb2c2
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ (define-public libssh
|
|||
;; TODO: Add 'CMockery' and '-DWITH_TESTING=ON' for the test suite.
|
||||
#:tests? #f))
|
||||
(inputs `(("zlib" ,zlib)
|
||||
("libgcrypt" ,libgcrypt)))
|
||||
("libgcrypt" ,libgcrypt)
|
||||
("mit-krb5" ,mit-krb5)))
|
||||
(synopsis "SSH client library")
|
||||
(description
|
||||
"libssh is a C library implementing the SSHv2 and SSHv1 protocol for client
|
||||
|
|
Loading…
Reference in a new issue