me
/
guix
Archived
1
0
Fork 0

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>
master
Royce Strange 2020-06-08 20:13:10 -05:00 committed by Maxim Cournoyer
parent 535a6be2e5
commit 23567138f8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ system that is passed to 'populate-root-file-system'."
(with-extensions gcrypt-sqlite3&co
(with-imported-modules `(,@(source-module-closure '((gnu build vm)
(gnu build bootloader)
(gnu build hurd-boot)
(guix store database)
(guix build utils))
#:select? not-config?)