diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2020-06-06 11:10:34 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-06-08 11:02:43 +0200 |
| commit | 65c8512f9c709a85766e0e1cb8eee12459a3d705 (patch) | |
| tree | 1f378b26e7bd061f8b99d39b0a370ddaa8b195bb | |
| parent | 173d22a1c03450c804b2c7fab1393670fef45606 (diff) | |
gnu: Add openssh-sans-x.
* gnu/packages/ssh.scm (openssh-sans-x): New variable.
| -rw-r--r-- | gnu/packages/ssh.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 73841db6b5b..43764a82451 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -239,6 +239,15 @@ Additionally, various channel-specific options can be negotiated.") | |||
| 239 | "See LICENSE in the distribution.")) | 239 | "See LICENSE in the distribution.")) |
| 240 | (home-page "https://www.openssh.com/"))) | 240 | (home-page "https://www.openssh.com/"))) |
| 241 | 241 | ||
| 242 | ;; OpenSSH without X support. This allows to use OpenSSH without dragging X | ||
| 243 | ;; libraries to the closure. | ||
| 244 | (define-public openssh-sans-x | ||
| 245 | (package | ||
| 246 | (inherit openssh) | ||
| 247 | (name "openssh-sans-x") | ||
| 248 | (inputs (alist-delete "xauth" (package-inputs openssh))) | ||
| 249 | (synopsis "OpenSSH client and server without X11 support"))) | ||
| 250 | |||
| 242 | (define-public guile-ssh | 251 | (define-public guile-ssh |
| 243 | (package | 252 | (package |
| 244 | (name "guile-ssh") | 253 | (name "guile-ssh") |
