guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: Add Kerberos support to libssh


From: guix-commits
Subject: 02/03: gnu: Add Kerberos support to libssh
Date: Thu, 20 Feb 2020 05:22:25 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ef30ddb2c28cd3304b7f78d8782369b5807676f2
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Wed Feb 19 11:13:15 2020 +0100

    gnu: Add Kerberos support to libssh
    
    * gnu/packages/ssh.scm (libssh)[inputs]: Depend on mit-krb5
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/ssh.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 72b7c74..fdb3450 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]