* [bug#41770] [PATCH] system: vm: Fix missing imported module
@ 2020-06-09 1:13 Royce Strange
2020-06-09 5:33 ` bug#41770: " maxim.cournoyer
0 siblings, 1 reply; 2+ messages in thread
From: Royce Strange @ 2020-06-09 1:13 UTC (permalink / raw)
To: 41770
* gnu/system/vm.scm (qemu-image):
Make sure (gnu build hurd-boot) gets imported.
---
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 @@ 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?)
--
2.26.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#41770: [PATCH] system: vm: Fix missing imported module
2020-06-09 1:13 [bug#41770] [PATCH] system: vm: Fix missing imported module Royce Strange
@ 2020-06-09 5:33 ` maxim.cournoyer
0 siblings, 0 replies; 2+ messages in thread
From: maxim.cournoyer @ 2020-06-09 5:33 UTC (permalink / raw)
To: Royce Strange; +Cc: 41770-done
Hello!
Royce Strange <royball@disroot.org> writes:
> * gnu/system/vm.scm (qemu-image):
> Make sure (gnu build hurd-boot) gets imported.
> ---
> 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 @@ 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?)
I've retouched the commit message slightly and pushed! Thank you.
Maxim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-09 5:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 1:13 [bug#41770] [PATCH] system: vm: Fix missing imported module Royce Strange
2020-06-09 5:33 ` bug#41770: " maxim.cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.