guix-commits
[Top][All Lists]
Advanced

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

branch master updated: system: vm: Add missing imported module.


From: guix-commits
Subject: branch master updated: system: vm: Add missing imported module.
Date: Tue, 09 Jun 2020 01:33:15 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2356713  system: vm: Add missing imported module.
2356713 is described below

commit 23567138f842136f83f318b5915457af882ca38a
Author: Royce Strange <royball@disroot.org>
AuthorDate: Mon Jun 8 20:13:10 2020 -0500

    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>
---
 gnu/system/vm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 686e563..f2b6b71 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?)



reply via email to

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