[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55629] [PATCH] images: Fix hurd platform module import
From: |
Morgan . J . Smith |
Subject: |
[bug#55629] [PATCH] images: Fix hurd platform module import |
Date: |
Wed, 25 May 2022 07:59:02 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#55629] [PATCH] images: Fix hurd platform module import,
Morgan . J . Smith <=