mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gexp: 'imported+compiled-modules' fully honors #:guile.
* guix/gexp.scm (imported+compiled-modules): Pass #:guile to 'imported-modules'.
This commit is contained in:
parent
1757abb01f
commit
4d711863ac
1 changed files with 1 additions and 0 deletions
|
@ -950,6 +950,7 @@ (define* (imported+compiled-modules modules system
|
|||
(mcached equal?
|
||||
(mlet %store-monad ((modules (if (pair? modules)
|
||||
(imported-modules modules
|
||||
#:guile guile
|
||||
#:system system
|
||||
#:module-path module-path)
|
||||
(return #f)))
|
||||
|
|
Loading…
Reference in a new issue