gnu: openssh: Add dependency on xauth.
authorLudovic Courtès <ludo@gnu.org>
Mon, 1 Aug 2016 09:24:25 +0000 (11:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 1 Aug 2016 09:26:33 +0000 (11:26 +0200)
Partly fixes <http://bugs.gnu.org/23317>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/packages/ssh.scm (openssh)[inputs]: Add XAUTH.

gnu/packages/ssh.scm

index a669ccf..6953bad 100644 (file)
@@ -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