mothacehe pushed a commit to branch wip-cross-system
in repository guix.
commit 28e82123474df9edf6acbff96b977c72cb1fd448
Author: Mathieu Othacehe <[email protected]>
Date: Wed Aug 21 09:14:02 2019 +0200
gexp: Pass target to compiled-modules in lower-gexp.
* 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 514422c..afa2877 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