From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 01/01: gnu: packages: flex: Add missing 'lzip' input. Date: Sun, 28 May 2017 14:51:10 +0200 Message-ID: <87wp91rvpd.fsf@gnu.org> References: <20170527140816.860.97229@vcs0.savannah.gnu.org> <20170527140817.A6C6B2052F@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dExfB-0005hv-Fr for guix-devel@gnu.org; Sun, 28 May 2017 08:51:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dExf8-0007uw-Bj for guix-devel@gnu.org; Sun, 28 May 2017 08:51:17 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dExf8-0007us-8r for guix-devel@gnu.org; Sun, 28 May 2017 08:51:14 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:48050 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dExf7-000100-K8 for guix-devel@gnu.org; Sun, 28 May 2017 08:51:14 -0400 In-Reply-To: <20170527140817.A6C6B2052F@vcs0.savannah.gnu.org> (Leo Famulari's message of "Sat, 27 May 2017 10:08:17 -0400 (EDT)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org leo@famulari.name (Leo Famulari) skribis: > lfam pushed a commit to branch core-updates > in repository guix. > > commit 77e2538eda8a2721aef8336103c94fe31e12870c > Author: Sergei Trofimovich > Date: Sat May 27 12:27:47 2017 +0100 > > gnu: packages: flex: Add missing 'lzip' input. >=20=20=20=20=20 > * gnu/packages/flex.scm (flex)[native-inputs]: Add lzip. >=20=20=20=20=20 > Signed-off-by: Leo Famulari I think this breaks =E2=80=98flex-boot0=E2=80=99 in (gnu packages commencem= ent), doesn=E2=80=99t it? It should easily fixed, but I think it might be better to avoid adding lzip to the early dependency graph. IOW, if Flex is also available as tar.gz or tar.bz2 or tar.xz, we should do that. (Eventually we might want adding lzip and/or removing bzip2 from the set of bootstrap tools, but that=E2=80=99s another story.) Thoughts? Ludo=E2=80=99.