guix-commits
[Top][All Lists]
Advanced

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

31/33: gexp: 'imported+compiled-modules' fully honors #:guile.


From: guix-commits
Subject: 31/33: gexp: 'imported+compiled-modules' fully honors #:guile.
Date: Mon, 29 Mar 2021 10:48:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3a5fbced6fa1b1dd5bad45b6fccceb84f0470c8d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 24 22:38:39 2021 +0100

    gexp: 'imported+compiled-modules' fully honors #:guile.
    
    * guix/gexp.scm (imported+compiled-modules): Pass #:guile to
    'imported-modules'.
---
 guix/gexp.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index b9a2483..b01c78b 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -936,6 +936,7 @@ second element is the derivation to compile them."
   (mcached equal?
            (mlet %store-monad ((modules  (if (pair? modules)
                                              (imported-modules modules
+                                                               #:guile guile
                                                                #:system system
                                                                #:module-path 
module-path)
                                              (return #f)))



reply via email to

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