summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-06-03 12:45:47 +0200
committerAndreas Enge <andreas@enge.fr>2026-06-03 12:45:47 +0200
commit948fc0afbcd830a6346cb5db5ac8e3061c691c99 (patch)
tree71af895726bcb36d5931a403b7eafdb007181c03 /gnu/packages
parentc92aded726bb12480ebebfe4b2dc9ae93f2bc9c9 (diff)
Revert "gnu: openssh: Set path to xauth when cross compiling."
This reverts commit a4ea5ef737ee940f63cb81db2a630cb7f5bd6ad6 which was pushed accidentally.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/ssh.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index b2772185657..4e26f1ee913 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -276,11 +276,7 @@ a server that supports the SSH-2 protocol.")
276 ;; cross-compiled binaries because it invokes 'strip' instead of 276 ;; cross-compiled binaries because it invokes 'strip' instead of
277 ;; 'TRIPLET-strip'. Work around this. 277 ;; 'TRIPLET-strip'. Work around this.
278 (if #$(%current-target-system) 278 (if #$(%current-target-system)
279 (append (list "--disable-strip") 279 (list "--disable-strip")
280 (let ((xauth #$(this-package-input "xauth")))
281 (if xauth
282 (list (string-append "--with-xauth=" xauth "/bin/xauth"))
283 '())))
284 '())) 280 '()))
285 #:phases 281 #:phases
286 #~(modify-phases %standard-phases 282 #~(modify-phases %standard-phases