From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42862) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4oMQ-0002Qu-GY for guix-patches@gnu.org; Mon, 02 Sep 2019 11:35:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4oMO-0004rJ-92 for guix-patches@gnu.org; Mon, 02 Sep 2019 11:35:18 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50047) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i4oMO-0004q5-2E for guix-patches@gnu.org; Mon, 02 Sep 2019 11:35:16 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i4oMN-0006fO-V5 for guix-patches@gnu.org; Mon, 02 Sep 2019 11:35:15 -0400 Subject: [bug#36477] [PATCH v3 42/48] gexp: Pass target to compiled-modules in lower-gexp. Resent-Message-ID: From: Mathieu Othacehe Date: Mon, 2 Sep 2019 17:33:27 +0200 Message-Id: <20190902153333.11190-43-m.othacehe@gmail.com> In-Reply-To: <20190902153333.11190-1-m.othacehe@gmail.com> References: <20190902153333.11190-1-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 36477@debbugs.gnu.org Cc: Mathieu Othacehe * guix/gexp.scm (lower-gexp): Pass target argument to compiled-modules. --- guix/gexp.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/gexp.scm b/guix/gexp.scm index 514422cb08..afa28779c8 100644 --- a/guix/gexp.scm +++ b/guix/gexp.scm @@ -727,6 +727,7 @@ derivations--e.g., code evaluated for its side effects." (compiled (if (pair? %modules) (compiled-modules %modules #:system system + #:target target #:module-path module-path #:extensions extensions #:guile guile -- 2.20.1