guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openssh: Add dependency on xauth.


From: Ludovic Courtès
Subject: 01/01: gnu: openssh: Add dependency on xauth.
Date: Mon, 1 Aug 2016 09:26:38 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 683a4a34cd4a565cbdb0b46a326e30795657814c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 1 11:24:25 2016 +0200

    gnu: openssh: Add dependency on xauth.
    
    Partly fixes <http://bugs.gnu.org/23317>.
    Reported by Danny Milosavljevic <address@hidden>.
    
    * gnu/packages/ssh.scm (openssh)[inputs]: Add XAUTH.
---
 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 a669ccf..6953bad 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -143,7 +143,8 @@ a server that supports the SSH-2 protocol.")
    (build-system gnu-build-system)
    (inputs `(("groff" ,groff)
              ("openssl" ,openssl)
-             ("zlib" ,zlib)))
+             ("zlib" ,zlib)
+             ("xauth" ,xauth)))                   ;for 'ssh -X' and 'ssh -Y'
    (arguments
     `(#:test-target "tests"
       #:phases



reply via email to

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