mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@
|
|||
;; 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