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.master
parent
4e8efc15fb
commit
683a4a34cd
|
@ -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
|
||||
|
|
Reference in New Issue