From 6de3ef0d5e74e18e82292617c424cf30f932e699 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 5 Mar 2021 09:29:24 +0100 Subject: 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(+) (limited to 'guix/gexp.scm') diff --git a/guix/gexp.scm b/guix/gexp.scm index b72b8f4061..b9a2483773 100644 --- a/guix/gexp.scm +++ b/guix/gexp.scm @@ -1708,6 +1708,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 -- cgit v1.2.3