1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Janneke Nieuwenhuizen
2024-11-19 16:33:01 +01:00
parent a82e75d807
commit 527fc6906d

View File

@@ -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