emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41770: closed ([PATCH] system: vm: Fix missing imported module)


From: GNU bug Tracking System
Subject: bug#41770: closed ([PATCH] system: vm: Fix missing imported module)
Date: Tue, 09 Jun 2020 05:35:02 +0000

Your message dated Tue, 09 Jun 2020 01:33:59 -0400
with message-id 
<874krkkdko.fsf@hurd.i-did-not-set--mail-host-address--so-tickle-me>
and subject line Re: [bug#41770] [PATCH] system: vm: Fix missing imported module
has caused the debbugs.gnu.org bug report #41770,
regarding [PATCH] system: vm: Fix missing imported module
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41770: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41770
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] system: vm: Fix missing imported module Date: Mon, 8 Jun 2020 20:13:10 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#41770] [PATCH] system: vm: Fix missing imported module Date: Tue, 09 Jun 2020 01:33:59 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]