[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gexp: Honor #:target in 'compiled-modules'.
From: |
guix-commits |
Subject: |
01/06: gexp: Honor #:target in 'compiled-modules'. |
Date: |
Fri, 5 Mar 2021 05:46:43 -0500 (EST) |
civodul pushed a commit to branch wip-build-systems-gexp
in repository guix.
commit 7e9bb0f400031842acc7f891bff666e4184cbe2f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 5 09:29:24 2021 +0100
gexp: Honor #:target in 'compiled-modules'.
* guix/gexp.scm (compiled-modules): Pass #:target to 'gexp->derivation'.
---
guix/gexp.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/gexp.scm b/guix/gexp.scm
index 73eb79b..ded205f 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -1719,6 +1719,7 @@ TARGET, a GNU triplet."
;; TODO: Pass MODULES as an environment variable.
(gexp->derivation name build
#:system system
+ #:target target
#:guile-for-build guile
#:local-build? #t
#:env-vars
- branch wip-build-systems-gexp updated (b1da83b -> 063beaa), guix-commits, 2021/03/05
- 01/06: gexp: Honor #:target in 'compiled-modules'.,
guix-commits <=
- 03/06: download: 'url-fetch/tarbomb' and 'url-fetch/zipbomb' refer to native tools., guix-commits, 2021/03/05
- 02/06: packages: '%standard-patch-inputs' is not influenced by '%current-target-system'., guix-commits, 2021/03/05
- 05/06: squash! build-system: Rewrite using gexps, guix-commits, 2021/03/05
- 06/06: tests: Refer to '%derivation-cache' in the right module., guix-commits, 2021/03/05
- 04/06: squash! packages: Core procedures are written in monadic style., guix-commits, 2021/03/05