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

janneke pushed a commit to branch hurd-team
in repository guix.

The following commit(s) were added to refs/heads/hurd-team by this push:
     new 6eef8c64cc gnu: commencement: kernel-headers-boot0: Support the 64bit 
Hurd.
6eef8c64cc is described below

commit 6eef8c64ccc5ee74f634f80e270e8af0fbe41bd6
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Tue Nov 19 16:33:01 2024 +0100

    gnu: commencement: kernel-headers-boot0: Support the 64bit Hurd.
    
    * gnu/packages/commencement.scm (kernel-headers-boot0): Match using
    target-hurd? rather than "i586-gnu".
    
    Change-Id: I3c05f110674e55c97d6712202da9d9af6c1d953f
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 3f11bb3384..dab65c7ca1 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2742,7 +2742,7 @@ memoized as a function of '%current-system'."
 
 (define* (kernel-headers-boot0 #:optional (system (%current-system)))
   (match system
-    ("i586-gnu" hurd-core-headers-boot0)
+    ((? target-hurd?) hurd-core-headers-boot0)
     (_ linux-libre-headers-boot0)))
 
 (define texinfo-boot0

Reply via email to