all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Royce Strange <royball@disroot.org>
To: 41770@debbugs.gnu.org
Subject: [bug#41770] [PATCH] system: vm: Fix missing imported module
Date: Mon,  8 Jun 2020 20:13:10 -0500	[thread overview]
Message-ID: <20200609011310.24284-1-royball@disroot.org> (raw)

* 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





             reply	other threads:[~2020-06-09  1:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-09  1:13 Royce Strange [this message]
2020-06-09  5:33 ` bug#41770: [PATCH] system: vm: Fix missing imported module maxim.cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200609011310.24284-1-royball@disroot.org \
    --to=royball@disroot.org \
    --cc=41770@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.