unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55629] [PATCH] images: Fix hurd platform module import
@ 2022-05-25 11:59 Morgan.J.Smith
  0 siblings, 0 replies; only message in thread
From: Morgan.J.Smith @ 2022-05-25 11:59 UTC (permalink / raw)
  To: 55629; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* guix/platforms/images/hurd.scm: Fix hurd platform module import
---

guix pull was failing for me and I found that this was the culprit

 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..bbeeaa2ff3 100644
--- a/gnu/system/images/hurd.scm
+++ b/gnu/system/images/hurd.scm
@@ -19,11 +19,11 @@
 
 (define-module (gnu system images hurd)
   #:use-module (guix gexp)
+  #:use-module ((guix platforms x86) #:select (hurd))
   #:use-module (gnu bootloader)
   #:use-module (gnu bootloader grub)
   #:use-module (gnu image)
   #:use-module (gnu packages ssh)
-  #:use-module (guix platforms hurd)
   #:use-module (gnu services)
   #:use-module (gnu services ssh)
   #:use-module (gnu system)
-- 
2.36.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-25 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 11:59 [bug#55629] [PATCH] images: Fix hurd platform module import Morgan.J.Smith

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).