~ruther/guix-local

f423f2586d84ccf500a367135f2ca9e7423480c6 — Yelninei 5 months ago a6f6102
gnu: hurd: Update to 0.9.git20251029.

* gnu/packages/commencement.scm (hurd-headers-boot0): Update to
0.9.git20251029.
* gnu/packages/hurd.scm (hurd-headers): Same.
[#:configure-flags]: Disable check for mach_port_set_ktype.

Change-Id: Ic6c98a679c32de3493b058a54d15691aa3397194
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/commencement.scm
M gnu/packages/hurd.scm
M gnu/packages/commencement.scm => gnu/packages/commencement.scm +2 -2
@@ 2787,7 2787,7 @@ memoized as a function of '%current-system'."
   (package
     (inherit hurd-headers)
     (name "hurd-headers-boot0")
     (version "0.9.git20250801")
     (version "0.9.git20251029")
     (source
      (origin
        (inherit (package-source hurd-headers))


@@ 2800,7 2800,7 @@ memoized as a function of '%current-system'."
                  "hurd-" version ".tar.gz"))
            (sha256
             (base32
              "153pb6spa8dzrkl863d9y1nja4yqa3wr9g4c3gb5jrmzqf6vpj79")))))))
              "0pjxh4qln8m7jznqlzsz81vi38chjv64jj9824dj7wkm36gxbn3a")))))))
     (native-inputs
      (list autoconf-boot0 automake-boot0 mig-boot0))
     (inputs '()))))

M gnu/packages/hurd.scm => gnu/packages/hurd.scm +3 -2
@@ 133,7 133,7 @@ communication.")

(define-public hurd-headers
  (let ((revision "5")
        (commit "v0.9.git20250801"))
        (commit "v0.9.git20251029"))
    (package
      (name "hurd-headers")
      (version (string-drop commit 1))


@@ 144,7 144,7 @@ communication.")
                      (commit commit)))
                (sha256
                 (base32
                  "0k15zmrwdbmm62m0vy8pnkx18pyh2pj23gbrhrki37gkv73mijk9"))
                  "09pi6ci375ivbjvxlgdqp6vpm47arfvlh325sr2a5dmwxhs9pnp9"))
                (file-name (git-file-name name version))))
      (build-system gnu-build-system)
      (native-inputs


@@ 180,6 180,7 @@ communication.")
                             "ac_cv_func_exec_exec_paths=no"
                             "ac_cv_func__hurd_exec_paths=no"
                             "ac_cv_func__hurd_libc_proc_init=no"
                             "ac_cv_func_mach_port_set_ktype=no"
                             "ac_cv_func_file_futimens=no"
                             "ac_cv_func_file_utimens=no"
                             "ac_cv_lib_acpica_acpi_init=no")