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.
This commit is contained in:
parent
4e8efc15fb
commit
683a4a34cd
|
@ -143,7 +143,8 @@ a server that supports the SSH-2 protocol.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("groff" ,groff)
|
(inputs `(("groff" ,groff)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)
|
||||||
|
("xauth" ,xauth))) ;for 'ssh -X' and 'ssh -Y'
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tests"
|
`(#:test-target "tests"
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in New Issue