linux-container: Fix list of imported modules.

This fixes a regression introduced in
958dd3ce68.

* gnu/system/linux-container.scm (container-script)[script]: Add (guix
combinators) to the list of imported modules.
master
Ludovic Courtès 2016-07-03 23:31:14 +02:00
parent 4ee96a7912
commit 43dcce8674
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

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