From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59878) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikXQZ-0007Ed-HU for guix-patches@gnu.org; Thu, 26 Dec 2019 13:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikXQY-0003et-Jk for guix-patches@gnu.org; Thu, 26 Dec 2019 13:00:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikXQY-0003dD-Gd for guix-patches@gnu.org; Thu, 26 Dec 2019 13:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ikXQY-0007bG-GF for guix-patches@gnu.org; Thu, 26 Dec 2019 13:00: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> <8736dl8wxq.fsf@gmail.com> <87d0cipt6z.fsf@gnu.org> <87r20t7r0j.fsf@gmail.com> Date: Thu, 26 Dec 2019 18:58:53 +0100 In-Reply-To: <87r20t7r0j.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 24 Dec 2019 15:11:08 +0100") Message-ID: <87k16jhste.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 Hello, Mathieu Othacehe skribis: > From c8b0e65d9b264bd484c7c6571c2ce3d68173b057 Mon Sep 17 00:00:00 2001 > From: Mathieu Othacehe > Date: Tue, 24 Dec 2019 15:04:57 +0100 > Subject: [PATCH] profiles: Fix profile-derivation cross-compilation. > > * guix/store.scm (current-target-system): New exported monadic procedure. > * guix/profiles.scm (profile-derivation): Set target at bind time using t= he > above procedure. LGTM! Does it fix something for you? Thanks, Ludo=E2=80=99.