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>master
parent
7ff86ecae1
commit
ef30ddb2c2
|
@ -90,7 +90,8 @@
|
|||
;; 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
|
||||
|
|
Reference in New Issue