From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exJrz-0007lk-Fh for guix-patches@gnu.org; Sat, 17 Mar 2018 18:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exJru-0000Zr-Ig for guix-patches@gnu.org; Sat, 17 Mar 2018 18:00:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59134) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exJru-0000Ze-Ez for guix-patches@gnu.org; Sat, 17 Mar 2018 18:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1exJru-0004T3-78 for guix-patches@gnu.org; Sat, 17 Mar 2018 18:00:02 -0400 Subject: [bug#30572] [PATCH 1/7] gnu: bootstrap: Add trivial packages for bash, mkdir, tar, and xz. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180222102933.4978-1-cmmarusich@gmail.com> <20180315040915.5556-1-cmmarusich@gmail.com> <20180315040915.5556-2-cmmarusich@gmail.com> Date: Sat, 17 Mar 2018 22:58:58 +0100 In-Reply-To: <20180315040915.5556-2-cmmarusich@gmail.com> (Chris Marusich's message of "Thu, 15 Mar 2018 05:09:09 +0100") Message-ID: <87370yl5y5.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: Chris Marusich Cc: bug#30572 <30572@debbugs.gnu.org> Chris Marusich skribis: > * gnu/packages/bootstrap.scm (bootstrap-binary): New procedure. > (%bootstrap-bash, %bootstrap-mkdir, %bootstrap-tar, %bootstrap-xz): > Use it to create these new packages, and export them. For =E2=80=98guix pack --bootstrap=E2=80=99, I believe we could avoid defin= ing these packages and simply use =E2=80=98%bootstrap-coreutils&co=E2=80=99 when =E2= =80=98--bootstrap=E2=80=99 is used. Would that work for you? I=E2=80=99m asking because we may not keep these 4 binaries around forever. Thanks, Ludo=E2=80=99.