system: vm: Add missing imported module.
* gnu/system/vm.scm (qemu-image): Import missing (gnu build hurd-boot) module. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
535a6be2e5
commit
23567138f8
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ (define inputs*
|
||||||
(with-extensions gcrypt-sqlite3&co
|
(with-extensions gcrypt-sqlite3&co
|
||||||
(with-imported-modules `(,@(source-module-closure '((gnu build vm)
|
(with-imported-modules `(,@(source-module-closure '((gnu build vm)
|
||||||
(gnu build bootloader)
|
(gnu build bootloader)
|
||||||
|
(gnu build hurd-boot)
|
||||||
(guix store database)
|
(guix store database)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
#:select? not-config?)
|
#:select? not-config?)
|
||||||
|
|
Loading…
Reference in a new issue