guix-commits
[Top][All Lists]
Advanced

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

22/29: gexp: Honor #:target in 'compiled-modules'.


From: guix-commits
Subject: 22/29: gexp: Honor #:target in 'compiled-modules'.
Date: Mon, 8 Mar 2021 06:24:54 -0500 (EST)

civodul pushed a commit to branch wip-build-systems-gexp
in repository guix.

commit 31aa366d7363ef24736c0ca7b6b629f8a0ab0e40
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



reply via email to

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