gnu: hurd: Add gnumach-headers as native input.

This provides the include/mach/machine/mach_i386.h.

* gnu/packages/hurd.scm (hurd)[native-inputs]: Add gnumach-headers, or
gnumach-headers-cross when cross-building.
[arguments]: Remove #t from phases.

Change-Id: Id57e0cf184c7793be52192bdc5587c6e6ef2a312
This commit is contained in:
Janneke Nieuwenhuizen 2024-01-19 12:32:46 +01:00 committed by Ludovic Courtès
parent 61f07911f7
commit feae33359f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 18 additions and 16 deletions

View file

@ -51,6 +51,7 @@
#:export (cross-binutils
cross-libc
cross-gcc
cross-gnumach-headers
cross-mig
cross-kernel-headers
cross-gcc-toolchain))