mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: openssh: Remove exception to build without xauth for the Hurd.
* gnu/packages/ssh.scm (openssh)[inputs]: Unconditionally include xauth; for the Hurd: use openssh-sans-x for now.
This commit is contained in:
parent
8176ce6fde
commit
4a6974667e
1 changed files with 1 additions and 4 deletions
|
@ -43,7 +43,6 @@ (define-module (gnu packages ssh)
|
||||||
#:use-module (gnu packages groff)
|
#:use-module (gnu packages groff)
|
||||||
#:use-module (gnu packages guile)
|
#:use-module (gnu packages guile)
|
||||||
#:use-module (gnu packages libedit)
|
#:use-module (gnu packages libedit)
|
||||||
#:use-module (gnu packages hurd)
|
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages logging)
|
#:use-module (gnu packages logging)
|
||||||
#:use-module (gnu packages m4)
|
#:use-module (gnu packages m4)
|
||||||
|
@ -150,9 +149,7 @@ (define-public openssh
|
||||||
("pam" ,linux-pam)
|
("pam" ,linux-pam)
|
||||||
("mit-krb5" ,mit-krb5)
|
("mit-krb5" ,mit-krb5)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
,@(if (hurd-target?)
|
("xauth" ,xauth))) ; for 'ssh -X' and 'ssh -Y'
|
||||||
'()
|
|
||||||
`(("xauth" ,xauth))))) ; for 'ssh -X' and 'ssh -Y'
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tests"
|
`(#:test-target "tests"
|
||||||
;; Otherwise, the test scripts try to use a nonexistent directory and
|
;; Otherwise, the test scripts try to use a nonexistent directory and
|
||||||
|
|
Loading…
Reference in a new issue