guix-commits
[Top][All Lists]
Advanced

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

04/10: linux-container: Fix list of imported modules.


From: Ludovic Courtès
Subject: 04/10: linux-container: Fix list of imported modules.
Date: Mon, 11 Jul 2016 22:59:08 +0000 (UTC)

civodul pushed a commit to branch wip-gexp-imported-modules
in repository guix.

commit 5f718c5bd7f3e7e64b806ea10fd8496aa6a73614
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jul 3 23:31:14 2016 +0200

    linux-container: Fix list of imported modules.
    
    This fixes a regression introduced in
    958dd3ce68733bcd5c1231424c7e4ad39e67594a.
    
    * gnu/system/linux-container.scm (container-script)[script]: Add (guix
    combinators) to the list of imported modules.
---
 gnu/system/linux-container.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm
index 2e20379..d3c0036 100644
--- a/gnu/system/linux-container.scm
+++ b/gnu/system/linux-container.scm
@@ -89,6 +89,7 @@ that will be shared with the host system."
       (define script
         (with-imported-modules '((guix config)
                                  (guix utils)
+                                 (guix combinators)
                                  (guix build utils)
                                  (guix build syscalls)
                                  (guix build bournish)



reply via email to

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