From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51441) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iiQ2A-0001eA-VC for guix-patches@gnu.org; Fri, 20 Dec 2019 16:42:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iiQ27-000318-7C for guix-patches@gnu.org; Fri, 20 Dec 2019 16:42:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iiQ26-00030E-5U for guix-patches@gnu.org; Fri, 20 Dec 2019 16:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iiQ26-0000tl-2A for guix-patches@gnu.org; Fri, 20 Dec 2019 16:42:02 -0500 Subject: [bug#38612] Pass system and target arguments to gexp->file. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87a77ug6vv.fsf@gmail.com> Date: Fri, 20 Dec 2019 22:41:26 +0100 In-Reply-To: <87a77ug6vv.fsf@gmail.com> (Mathieu Othacehe's message of "Sat, 14 Dec 2019 18:21:40 +0100") Message-ID: <87h81uptdl.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: Mathieu Othacehe Cc: 38612@debbugs.gnu.org Hi, Mathieu Othacehe skribis: >>>From 67c3982503c4d9ab4c77b5df295957abbe60dfeb Mon Sep 17 00:00:00 2001 > From: Mathieu Othacehe > Date: Sat, 14 Dec 2019 17:52:53 +0100 > Subject: [PATCH] gexp: Add system and target support to gexp->file. > > * guix/gexp.scm (gexp->file): Add system and target arguments and pass th= em to > gexp->derivation and load-path-expression calls, > (scheme-file-compiler): adapt accordingly to pass system and target argum= ents. Good catch, LGTM! Thanks, Ludo=E2=80=99.