gnu: hurd: Update supported systems.

* gnu/packages/hurd.scm (gnumach-headers, hurd-headers, hurd-minimal,
hurd-core-headers, gnumach): Update supported systems to %hurd-systems.
This commit is contained in:
Josselin Poiret 2023-05-22 11:04:14 +02:00
parent c2bb342b5f
commit 0613df90dd
No known key found for this signature in database
GPG key ID: 505E40B916171A8A

View file

@ -79,6 +79,7 @@ (define-public gnumach-headers
#:tests? #f))
(native-inputs
(list autoconf automake texinfo-4))
(supported-systems %hurd-systems)
(home-page "https://www.gnu.org/software/hurd/microkernel/mach/gnumach.html")
(synopsis "GNU Mach kernel headers")
(description
@ -189,6 +190,7 @@ (define-public hurd-headers
"ac_cv_func_file_futimens=no")
#:tests? #f))
(supported-systems %hurd-systems)
(home-page "https://www.gnu.org/software/hurd/hurd.html")
(synopsis "GNU Hurd headers")
(description
@ -224,6 +226,7 @@ (define-public hurd-minimal
;; Build libihash.
(invoke "make" "-Clibihash" "libihash.a")))))))
(supported-systems %hurd-systems)
(home-page "https://www.gnu.org/software/hurd/hurd.html")
(synopsis "GNU Hurd libraries")
(description
@ -256,6 +259,7 @@ (define-public hurd-core-headers
directories)
#t))))))
(inputs (list gnumach-headers hurd-headers hurd-minimal))
(supported-systems %hurd-systems)
(synopsis "Union of the Hurd headers and libraries")
(description
"This package contains the union of the Mach and Hurd headers and the
@ -291,7 +295,7 @@ (define-public gnumach
mig)
perl
texinfo-4))
(supported-systems (cons "i686-linux" %hurd-systems))
(supported-systems %hurd-systems)
(synopsis "Microkernel of the GNU system")
(description
"GNU Mach is the microkernel upon which a GNU Hurd system is based.")))