[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/16: linux-container: Fix list of imported modules.
From: |
Ludovic Courtès |
Subject: |
04/16: linux-container: Fix list of imported modules. |
Date: |
Tue, 12 Jul 2016 20:48:19 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 43dcce8674d9c7d72db4f3f5aae590cea788d5b4
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)
- branch master updated (0885881 -> bdff55e), Ludovic Courtès, 2016/07/12
- 04/16: linux-container: Fix list of imported modules.,
Ludovic Courtès <=
- 05/16: gexp: Factorize load-path-setting expression., Ludovic Courtès, 2016/07/12
- 01/16: gexp: Keep only a single 'references' field., Ludovic Courtès, 2016/07/12
- 06/16: gexp: 'gexp->file' emits code to set '%load-path'., Ludovic Courtès, 2016/07/12
- 13/16: gexp: Remove more uses of #:modules., Ludovic Courtès, 2016/07/12
- 12/16: gexp: 'program-file' and 'gexp->script' no longer have #:modules., Ludovic Courtès, 2016/07/12
- 14/16: gnu: Remove unneeded 'imported-modules' fields for 'origin'., Ludovic Courtès, 2016/07/12
- 11/16: gexp: 'computed-file' no longer has a #:modules parameter., Ludovic Courtès, 2016/07/12
- 10/16: download: Use 'with-imported-modules'., Ludovic Courtès, 2016/07/12
- 16/16: gnu: emacs-flycheck: Add missing dependency on emacs-seq., Ludovic Courtès, 2016/07/12
- 02/16: gexp: Add 'with-imported-modules' macro., Ludovic Courtès, 2016/07/12