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>
This commit is contained in:
parent
9a787edb9c
commit
5661f75d49
@ -542,12 +542,7 @@ the base compiler. Use XBINUTILS as the associated cross-Binutils."
|
||||
|
||||
(inputs `(("gnumach-headers" ,xgnumach-headers)
|
||||
("hurd-headers" ,xhurd-headers)
|
||||
("hurd-minimal" ,xhurd-minimal)))
|
||||
|
||||
(native-inputs `(("cross-gcc" ,xgcc)
|
||||
("cross-binutils" ,xbinutils)
|
||||
("cross-mig" ,xmig)
|
||||
,@(package-native-inputs hurd-core-headers)))))
|
||||
("hurd-minimal" ,xhurd-minimal)))))
|
||||
|
||||
(match target
|
||||
((or "i586-pc-gnu" "i586-gnu") xhurd-core-headers)
|
||||
|
Loading…
Reference in New Issue
Block a user