From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38687) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikXju-0007kx-PZ for guix-patches@gnu.org; Thu, 26 Dec 2019 13:20:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikXjt-0006qh-Tf for guix-patches@gnu.org; Thu, 26 Dec 2019 13:20:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50263) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikXjt-0006qN-QE for guix-patches@gnu.org; Thu, 26 Dec 2019 13:20:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ikXjt-0008G3-Lo for guix-patches@gnu.org; Thu, 26 Dec 2019 13:20:01 -0500 Subject: [bug#38612] Pass system and target arguments to gexp->file. Resent-Message-ID: References: <87a77ug6vv.fsf@gmail.com> <8736dl8wxq.fsf@gmail.com> <87d0cipt6z.fsf@gnu.org> <87r20t7r0j.fsf@gmail.com> <87k16jhste.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87k16jhste.fsf@gnu.org> Date: Thu, 26 Dec 2019 19:19:06 +0100 Message-ID: <87o8vvhrvp.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 38612@debbugs.gnu.org Hey Ludo, > LGTM! > > Does it fix something for you? Thanks for your review :) Yes, without this patch, all operating-system-packages are built for host system instead of target, when cross-compiling a Guix System. Mathieu