summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2026-02-22 14:41:35 +0000
committerJanneke Nieuwenhuizen <janneke@gnu.org>2026-03-06 19:16:39 +0100
commit90ec4d4352a1850180dfe1ff1a64d4c01cdc57f1 (patch)
treeade23f93abaf3e1a5fd3e6f65d248d1b3271cb2b
parentaf72a155af217bbd2b5fae5b766a04fb5845e495 (diff)
gnu: gnumach-headers: Update to 1.8+git20260129.
The patch-compat phase seems to be no longer required. * gnu/packages/hurd.scm (gnumach-headers): Update to 1.8+git20260129. * gnu/packages/commencement.scm (gnumach-headers-boot0): Remove 'patch-compat phase. Change-Id: I4007c58d4f99388c78a80eaef783be35208fe16a
-rw-r--r--gnu/packages/commencement.scm15
-rw-r--r--gnu/packages/hurd.scm4
2 files changed, 3 insertions, 16 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c73eb9d4df8..d28f1599bc2 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2727,20 +2727,7 @@ memoized as a function of '%current-system'."
(origin
(inherit (package-source gnumach-headers))
(patches '())))
- (native-inputs (list autoconf-boot0 automake-boot0 texinfo-boot0))
- (arguments
- (substitute-keyword-arguments (package-arguments gnumach-headers)
- ((#:phases phases)
- #~(modify-phases #$phases
- (add-after 'unpack 'patch-compat
- (lambda _
- (substitute* '("include/device/device_types.h"
- "include/mach_debug/slab_info.h"
- "include/mach_debug/vm_info.h")
- (("rpc_vm_size_t") "unsigned int")
- (("rpc_vm_offset_t") "unsigned int")
- (("rpc_long_natural_t") "unsigned long")
- (("long_natural_t") "unsigned long")))))))))))
+ (native-inputs (list autoconf-boot0 automake-boot0 texinfo-boot0)))))
(define mig-boot0
(with-boot0
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 08cc4f1ae4b..12c05d1ffa5 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -61,7 +61,7 @@
(define-public gnumach-headers
(package
(name "gnumach-headers")
- (version "1.8+git20251228")
+ (version "1.8+git20260129")
(source
(origin
(method git-fetch)
@@ -71,7 +71,7 @@
(patches (search-patches "gnumach-version.patch"))
(file-name (git-file-name "gnumach" version))
(sha256
- (base32 "0690mv9m228xlhz27pdsvqr7nm1i3f19l177kxz4nadh0fvi6fby"))))
+ (base32 "1p7k5cnal2flasncjvhwwb8klh2m96np1q7hwq4dd423ydjm4bnf"))))
(build-system gnu-build-system)
(arguments
`(#:phases