From 23567138f842136f83f318b5915457af882ca38a Mon Sep 17 00:00:00 2001 From: Royce Strange Date: Mon, 8 Jun 2020 20:13:10 -0500 Subject: system: vm: Add missing imported module. * gnu/system/vm.scm (qemu-image): Import missing (gnu build hurd-boot) module. Signed-off-by: Maxim Cournoyer --- gnu/system/vm.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 686e56348d..f2b6b71b4d 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -337,6 +337,7 @@ (define inputs* (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?) -- cgit v1.2.3