~ruther/guix-local

683a4a34cd4a565cbdb0b46a326e30795657814c — Ludovic Courtès 9 years ago 4e8efc1
gnu: openssh: Add dependency on xauth.

Partly fixes <http://bugs.gnu.org/23317>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/packages/ssh.scm (openssh)[inputs]: Add XAUTH.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/ssh.scm
M gnu/packages/ssh.scm => gnu/packages/ssh.scm +2 -1
@@ 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