guix-commits
[Top][All Lists]
Advanced

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

59/64: gexp: Pass target to compiled-modules in lower-gexp.


From: guix-commits
Subject: 59/64: gexp: Pass target to compiled-modules in lower-gexp.
Date: Fri, 23 Aug 2019 04:10:25 -0400 (EDT)

mothacehe pushed a commit to branch wip-cross-system
in repository guix.

commit e6d7775ae0ff2c790861f5a0ae21bdb159b26fea
Author: Mathieu Othacehe <address@hidden>
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



reply via email to

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