guix_mirror_bot pushed a commit to branch hurd-team
in repository guix.

commit 7281bb7e8fdcdfc182134eef13c7ae431ffe6b33
Author: Yelninei <[email protected]>
AuthorDate: Sun Feb 22 14:41:35 2026 +0000

    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
---
 gnu/packages/commencement.scm | 15 +--------------
 gnu/packages/hurd.scm         |  4 ++--
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c73eb9d4df..d28f1599bc 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 08cc4f1ae4..12c05d1ffa 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

Reply via email to