GNU bug report logs - #55629
[PATCH] images: Fix hurd platform module import

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Wed, 25 May 2022 12:07:01 UTC

Severity: normal

Tags: patch

Done: Morgan Smith <morgan.j.smith <at> outlook.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55629 in the body.
You can then email your comments to 55629 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55629; Package guix-patches. (Wed, 25 May 2022 12:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Morgan.J.Smith <at> outlook.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 25 May 2022 12:07:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] images: Fix hurd platform module import
Date: Wed, 25 May 2022 07:59:02 -0400
From: Morgan Smith <Morgan.J.Smith <at> 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





bug closed, send any further explanations to 55629 <at> debbugs.gnu.org and Morgan.J.Smith <at> outlook.com Request was from Morgan Smith <morgan.j.smith <at> outlook.com> to control <at> debbugs.gnu.org. (Wed, 25 May 2022 21:42:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 23 Jun 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.