From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40127) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbLP3-0000aI-FG for guix-patches@gnu.org; Thu, 13 Jun 2019 04:48:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbLN0-0000UE-Bw for guix-patches@gnu.org; Thu, 13 Jun 2019 04:46:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hbLMw-0000S0-B8 for guix-patches@gnu.org; Thu, 13 Jun 2019 04:46:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hbLMw-0007Cy-8V for guix-patches@gnu.org; Thu, 13 Jun 2019 04:46:02 -0400 Subject: [bug#36026] [PATCH 1/4] gnu: libarchive: Add zstd support. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190531135729.890-1-mail@ambrevar.xyz> <20190531140444.3810-1-mail@ambrevar.xyz> Date: Thu, 13 Jun 2019 10:44:07 +0200 In-Reply-To: <20190531140444.3810-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Fri, 31 May 2019 16:04:41 +0200") Message-ID: <87sgsd6fjc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 36026@debbugs.gnu.org Hi Pierre, Pierre Neidhardt skribis: > * gnu/packages/backup.scm (libarchive)[inputs]: Include zstd. > [arguments]: Build against zstd. Here you=E2=80=99re modifying =E2=80=98libarchive=E2=80=99, which has tons = of dependents. If you instead modify =E2=80=98libarchive-3.3.3=E2=80=99, you=E2=80=99ll be= able to apply it directly on master, and follow up with a patch to apply the changes on =E2=80=98libarchive=E2=80=99 itself in =E2=80=98core-updates=E2=80=99. WDYT? Thanks, Ludo=E2=80=99.