[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36477] [PATCH v3 42/48] gexp: Pass target to compiled-modules in lo
From: |
Mathieu Othacehe |
Subject: |
[bug#36477] [PATCH v3 42/48] gexp: Pass target to compiled-modules in lower-gexp. |
Date: |
Mon, 2 Sep 2019 17:33:27 +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.20.1
- [bug#36477] [PATCH v3 34/48] gnu: guile-wm: Fix cross-compilation., (continued)
- [bug#36477] [PATCH v3 36/48] gnu: console-setup: Fix cross-compilation., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 26/48] gnu: guile-sqlite3: Fix cross-compilation., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 37/48] gnu: mdadm: Fix cross-compilation., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 38/48] gnu: grub: Fix cross-compilation., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 44/48] build: vm: Fix arm32 support., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 46/48] system: vm: Support cross-compilation., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 42/48] gexp: Pass target to compiled-modules in lower-gexp.,
Mathieu Othacehe <=
- [bug#36477] [PATCH v3 43/48] utils: Use target-arm64? and target-arm? helpers., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 40/48] gnu: linux-libre: Enable built-in ext4 support., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 27/48] gnu: guile-gcrypt: Fix cross-compilation., Mathieu Othacehe, 2019/09/02
- [bug#36477] [PATCH v3 39/48] linux-initrd: Use native gzip., Mathieu Othacehe, 2019/09/02