From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52404) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiLw6-0006P6-Jh for guix-patches@gnu.org; Tue, 02 Jul 2019 12:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiLvz-0002v4-KG for guix-patches@gnu.org; Tue, 02 Jul 2019 12:47:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38971) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiLvq-0002cE-K9 for guix-patches@gnu.org; Tue, 02 Jul 2019 12:47:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hiLvq-0005yW-GY for guix-patches@gnu.org; Tue, 02 Jul 2019 12:47:02 -0400 Subject: [bug#36469] [PATCH 0/2] 'guix pack' records environment variables Resent-Message-ID: MIME-Version: 1.0 References: <20190702083731.10354-1-ludo@gnu.org> In-Reply-To: <20190702083731.10354-1-ludo@gnu.org> From: zimoun Date: Tue, 2 Jul 2019 18:46:02 +0200 Message-ID: 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36469@debbugs.gnu.org Hi, That's awesome ! I have not tried the patch yet because I am not able to `git pull` (issue with gnu.org NS and the network of my University, whatever!) and my current version seems too old. > 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? And now both `docker.scm` and `singularity.scm` are consistent to guile-2.2 and there were not. :-) Thank you again for the patch simon