me
/
guix
Archived
1
0
Fork 0

gnu: cross-base: Removed useless inputs to xhurd-core-headers.

* gnu/packages/cross-base.scm (cross-kernel-headers*): Remove them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Josselin Poiret 2023-03-20 23:10:41 +01:00 committed by Ludovic Courtès
parent 9a787edb9c
commit 5661f75d49
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 6 deletions

View File

@ -542,12 +542,7 @@ the base compiler. Use XBINUTILS as the associated cross-Binutils."
(inputs `(("gnumach-headers" ,xgnumach-headers) (inputs `(("gnumach-headers" ,xgnumach-headers)
("hurd-headers" ,xhurd-headers) ("hurd-headers" ,xhurd-headers)
("hurd-minimal" ,xhurd-minimal))) ("hurd-minimal" ,xhurd-minimal)))))
(native-inputs `(("cross-gcc" ,xgcc)
("cross-binutils" ,xbinutils)
("cross-mig" ,xmig)
,@(package-native-inputs hurd-core-headers)))))
(match target (match target
((or "i586-pc-gnu" "i586-gnu") xhurd-core-headers) ((or "i586-pc-gnu" "i586-gnu") xhurd-core-headers)