guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#36477] [PATCH v2 57/61] gexp: Pass target to compiled-modules in lo


From: Mathieu Othacehe
Subject: [bug#36477] [PATCH v2 57/61] gexp: Pass target to compiled-modules in lower-gexp.
Date: Wed, 21 Aug 2019 10:54:51 +0200

* 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.17.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]