gexp: Honor #:target in 'compiled-modules'.

* guix/gexp.scm (compiled-modules): Pass #:target to 'gexp->derivation'.
This commit is contained in:
Ludovic Courtès 2021-03-05 09:29:24 +01:00
parent c19304d2d2
commit 6de3ef0d5e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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