From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mEjSKaSq/V55ewAA0tVLHw (envelope-from ) for ; Thu, 02 Jul 2020 09:36:36 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 8LSeJaSq/V7dbwAA1q6Kng (envelope-from ) for ; Thu, 02 Jul 2020 09:36:36 +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 00A2B9403EE for ; Thu, 2 Jul 2020 09:36:35 +0000 (UTC) Received: from localhost ([::1]:60424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqvdy-0007Vl-RJ for larch@yhetil.org; Thu, 02 Jul 2020 05:36:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqvdr-0007Vc-GK for guix-devel@gnu.org; Thu, 02 Jul 2020 05:36:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57975) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqvdr-0001PR-1V; Thu, 02 Jul 2020 05:36:27 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53580 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jqvdq-000628-It; Thu, 02 Jul 2020 05:36:26 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: =?utf-8?Q?Andr=C3=A9?= Batista Subject: Re: [PATCH] Add Tor client only package definition References: <20200517031127.GA17209@andel> <87y2phys3f.fsf@gnu.org> <20200526145621.GA28490@andel> <20200531194030.GA30215@andel> <20200531234236.GA9783@andel> <20200603044943.GA6679@andel> <20200616225940.GA13008@andel> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Messidor an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 02 Jul 2020 11:36:24 +0200 In-Reply-To: <20200616225940.GA13008@andel> (=?utf-8?Q?=22Andr=C3=A9?= Batista"'s message of "Tue, 16 Jun 2020 19:59:40 -0300") Message-ID: <87pn9etg13.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: /Rp393kI6yFy Hi Andr=C3=A9, Andr=C3=A9 Batista skribis: > From ac47ba538dd5cf628b26cce05e3b15b24ca03077 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Andr=3DC3=3DA9=3D20Batista?=3D > Date: Tue, 16 Jun 2020 19:20:57 -0300 > Subject: [PATCH] gnu: Add tor-client. > To: guix-devel@gnu.org > > * gnu/packages/tor.scm (tor-client): New variable. Applied, but without those evil tabs that =E2=80=98guix lint=E2=80=99 repor= ted. ;-) The closure as reported by =E2=80=98guix size=E2=80=99 is 96.7=C2=A0MiB for= =E2=80=98tor-client=E2=80=99 vs. 97.0=C2=A0MiB for =E2=80=98tor=E2=80=99. So it=E2=80=99s not compellin= g from that point of view, but having less =E2=80=9Cdead=E2=80=9D code when you only use the client is= a probably good idea. Thanks! Ludo=E2=80=99. PS: In the future, please email guix-patches@gnu.org to minimize chances of losing sight of the patch: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html