mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gnumach: Update to 1.8+git20250304.
* gnu/packages/commencement.scm (gnumach-headers-boot0): Update to 1.8+git20250304. * gnu/packages/hurd.scm (gnumach-headers): Same. [native-inputs]: Use automake@1.17. (gnumach)[native-inputs]: Use automake@1.17. Change-Id: I74d1a7caf69d2c2d74208eb54c18e3e025e367d7
This commit is contained in:
@@ -2732,7 +2732,7 @@ memoized as a function of '%current-system'."
|
||||
(package
|
||||
(inherit gnumach-headers)
|
||||
(name "gnumach-headers-boot0")
|
||||
(version "1.8+git20240714")
|
||||
(version "1.8+git20250304")
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source gnumach-headers))
|
||||
@@ -2746,7 +2746,7 @@ memoized as a function of '%current-system'."
|
||||
"gnumach-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bnw5vdbq91zjxklx23qvim40fb0yw1qdxhn9n37jdfypm6q3xir")))))))
|
||||
"1mmjlcbzk1fs64q6vz2p2irp7vgbmyvm5inj3bf522gx50b3v67q")))))))
|
||||
(native-inputs (list autoconf-boot0 automake-boot0 texinfo-boot0))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments gnumach-headers)
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
version ".tar.gz"))
|
||||
|
||||
(define-public gnumach-headers
|
||||
(let ((commit "v1.8+git20240714"))
|
||||
(let ((commit "v1.8+git20250304"))
|
||||
(package
|
||||
(name "gnumach-headers")
|
||||
(version (string-drop commit 1))
|
||||
@@ -70,7 +70,7 @@
|
||||
(patches (search-patches "gnumach-version.patch"))
|
||||
(file-name (git-file-name "gnumach" version))
|
||||
(sha256
|
||||
(base32 "0ykav1kx0bgxcxw04bpcsh5s4531fzdkahjgrlsfs2h3w3vfkga0"))))
|
||||
(base32 "0sq15n7x05qk3rjx5c0dbiijysyvk4gqqqfkc6gjkpsy3mx7a9q0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
@@ -81,7 +81,7 @@
|
||||
(delete 'build))
|
||||
#:tests? #f))
|
||||
(native-inputs
|
||||
(list autoconf automake-1.16.5 texinfo))
|
||||
(list autoconf automake texinfo))
|
||||
(supported-systems %hurd-systems)
|
||||
(home-page "https://www.gnu.org/software/hurd/microkernel/mach/gnumach.html")
|
||||
(synopsis "GNU Mach kernel headers")
|
||||
@@ -270,7 +270,7 @@ Hurd-minimal package which are needed for both glibc and GCC.")
|
||||
(install-file "gnumach.gz" boot))))))))
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
automake-1.16.5
|
||||
automake
|
||||
(if (%current-target-system)
|
||||
(cross-mig (%current-target-system))
|
||||
mig)
|
||||
|
||||
Reference in New Issue
Block a user