From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34710) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hixxH-0008IY-Fm for guix-patches@gnu.org; Thu, 04 Jul 2019 05:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hixxG-0002JS-Ko for guix-patches@gnu.org; Thu, 04 Jul 2019 05:23:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41546) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hixxG-0002JC-HS for guix-patches@gnu.org; Thu, 04 Jul 2019 05:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hixxG-00020o-DY for guix-patches@gnu.org; Thu, 04 Jul 2019 05:23:02 -0400 Subject: [bug#36469] [PATCH 0/2] 'guix pack' records environment variables Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190702083731.10354-1-ludo@gnu.org> Date: Thu, 04 Jul 2019 11:22:12 +0200 In-Reply-To: (zimoun's message of "Tue, 2 Jul 2019 18:46:02 +0200") Message-ID: <87imsi888r.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: zimoun Cc: 36469@debbugs.gnu.org Hi, zimoun skribis: > That's awesome ! Glad you like it! >> The change for Singularity is similar. I=E2=80=99ve tested it with an >> instance of Singularity 3.2.0. Unfortunately, we still have 2.x >> in Guix and that doesn=E2=80=99t quite support the environment file, so = I=E2=80=99ve >> chosen to punt on this one. > > In `docker.scm` you replace %bootstrap-guile by guile-2.2, that's you > are talking about? No no, I was talking about Singularity 2.x, not Guile 2.x. :-) Thanks for your feedback, Ludo=E2=80=99.