From: Mathieu Othacehe <m.othacehe@gmail.com>
To: 41735@debbugs.gnu.org
Cc: Mathieu Othacehe <othacehe@gnu.org>
Subject: [bug#41735] [PATCH 1/2] gnu: Add openssh-no-x.
Date: Sat, 6 Jun 2020 11:15:51 +0200 [thread overview]
Message-ID: <20200606091552.32625-1-othacehe@gnu.org> (raw)
In-Reply-To: <20200606091428.32138-1-othacehe@gnu.org>
* gnu/packages/ssh.scm (openssh-no-x): New variable.
---
gnu/packages/ssh.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 73841db6b5..13cf305695 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -239,6 +239,14 @@ Additionally, various channel-specific options can be negotiated.")
"See LICENSE in the distribution."))
(home-page "https://www.openssh.com/")))
+;; OpenSSH without X support. This allows to use OpenSSH without dragging X
+;; libraries to the closure.
+(define-public openssh-no-x
+ (package
+ (inherit openssh)
+ (name "openssh-no-x")
+ (inputs (alist-delete "xauth" (package-inputs openssh)))))
+
(define-public guile-ssh
(package
(name "guile-ssh")
--
2.26.2
next prev parent reply other threads:[~2020-06-06 9:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-06 9:14 [bug#41735] [PATCH 0/2] Remove X libraries from bare-bones system closure Mathieu Othacehe
2020-06-06 9:15 ` Mathieu Othacehe [this message]
2020-06-06 9:15 ` [bug#41735] [PATCH 2/2] system: bare-bones: Remove dependency to X libraries Mathieu Othacehe
2020-06-06 10:00 ` [bug#41735] [PATCH 1/2] gnu: Add openssh-no-x Jan Nieuwenhuizen
2020-06-08 9:27 ` Mathieu Othacehe
2020-06-08 13:19 ` Jan Nieuwenhuizen
2020-06-06 12:40 ` Marius Bakke
2020-06-08 9:23 ` bug#41735: " Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200606091552.32625-1-othacehe@gnu.org \
--to=m.othacehe@gmail.com \
--cc=41735@debbugs.gnu.org \
--cc=othacehe@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.