From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YBIvE+WO216dOQAA0tVLHw (envelope-from ) for ; Sat, 06 Jun 2020 12:41:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id YCjwDuWO216gPwAAbx9fmQ (envelope-from ) for ; Sat, 06 Jun 2020 12:41:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8A97F9404C5 for ; Sat, 6 Jun 2020 12:41:08 +0000 (UTC) Received: from localhost ([::1]:48082 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhY8J-0008Gb-7R for larch@yhetil.org; Sat, 06 Jun 2020 08:41:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36236) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jhY8E-0008GT-H7 for guix-patches@gnu.org; Sat, 06 Jun 2020 08:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jhY8E-0001sj-8V for guix-patches@gnu.org; Sat, 06 Jun 2020 08:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jhY8E-0002iM-6L for guix-patches@gnu.org; Sat, 06 Jun 2020 08:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41735] [PATCH 1/2] gnu: Add openssh-no-x. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Jun 2020 12:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41735 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Mathieu Othacehe , 41735@debbugs.gnu.org Cc: Mathieu Othacehe Received: via spool by 41735-submit@debbugs.gnu.org id=B41735.159144726110420 (code B ref 41735); Sat, 06 Jun 2020 12:41:02 +0000 Received: (at 41735) by debbugs.gnu.org; 6 Jun 2020 12:41:01 +0000 Received: from localhost ([127.0.0.1]:51030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jhY8C-0002i0-TL for submit@debbugs.gnu.org; Sat, 06 Jun 2020 08:41:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jhY88-0002hh-NN for 41735@debbugs.gnu.org; Sat, 06 Jun 2020 08:41:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59980) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhY83-0001qu-Df; Sat, 06 Jun 2020 08:40:51 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:48370 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jhY82-0002Ac-2G; Sat, 06 Jun 2020 08:40:50 -0400 From: Marius Bakke In-Reply-To: <20200606091552.32625-1-othacehe@gnu.org> References: <20200606091428.32138-1-othacehe@gnu.org> <20200606091552.32625-1-othacehe@gnu.org> Date: Sat, 06 Jun 2020 14:40:46 +0200 Message-ID: <87r1ustlip.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 0.89 X-TUID: Rih4pPazx1Xy --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Mathieu Othacehe writes: > * 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 b= e negotiated.") > "See LICENSE in the distribution.")) > (home-page "https://www.openssh.com/"))) >=20=20 > +;; OpenSSH without X support. This allows to use OpenSSH without draggin= g X > +;; libraries to the closure. > +(define-public openssh-no-x > + (package > + (inherit openssh) > + (name "openssh-no-x") > + (inputs (alist-delete "xauth" (package-inputs openssh))))) Maybe add a synopsis so users don't have to guess what this package does. I.e. (synopsis "OpenSSH client and server without X11 support"). I also think 'openssh-sans-x' is better, and is already a fairly common convention. :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7bjs4ACgkQoqBt8qM6 VPrxDwf/XYrgDS2INU01UKLxm5vX9SYGvhVbxTwfRX6xsJJPtDt67AQEmHCQcFcy LDFw7gKcKThfjfqf6mzbutsmAUBFtYTKTfdAxxmX3OP0GlMZc1x/CDIl+FJvXcN4 k7BnhFTfpoaxWvesOehKjGGqkfyZquDSHL6r4lZRXiCjl+UwdTY0vxMheba0/7W5 L29NkEsu5Lu+sh3yg6AIlCLGULSCrBRyscu5ftCCmr+DrdgnbaO3g5vpg0IG8cVa b74/+hmk+xk2bfBc3zwjMQWZFCkTpNDpjDMgTB9HKuVFH2ADqTI7opugNVJjPXeo EBAFhkMhvEtJPBCI5BOQb7tAccLV+A== =Hubd -----END PGP SIGNATURE----- --=-=-=--