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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new be43625159 images: hurd: Adjust module imports.
be43625159 is described below

commit be43625159de560b651d3a744db5b79b4f1fe55f
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed May 25 14:45:39 2022 +0300

    images: hurd: Adjust module imports.
    
    Follow-up to a9dcd60bc11afb3934c11fbad159a16f0f223fd1.
    
    * gnu/system/images/hurd.scm: Adjust module imports to changes in code
    structure.
---
 gnu/system/images/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/images/hurd.scm b/gnu/system/images/hurd.scm
index 36b6f3a200..6da09b855a 100644
--- a/gnu/system/images/hurd.scm
+++ b/gnu/system/images/hurd.scm
@@ -23,7 +23,7 @@
   #:use-module (gnu bootloader grub)
   #:use-module (gnu image)
   #:use-module (gnu packages ssh)
-  #:use-module (guix platforms hurd)
+  #:use-module (guix platforms x86)
   #:use-module (gnu services)
   #:use-module (gnu services ssh)
   #:use-module (gnu system)

Reply via email to