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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user