[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/85: gnu: hurd: Update to v0.9.git20230216.
From: |
guix-commits |
Subject: |
12/85: gnu: hurd: Update to v0.9.git20230216. |
Date: |
Thu, 15 Jun 2023 02:32:37 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 6275268dc5c1c1510699a2bf53f3a65107cd39c5
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon May 22 11:04:18 2023 +0200
gnu: hurd: Update to v0.9.git20230216.
* gnu/packages/hurd.scm (hurd-headers): Update to v0.9.git20230216.
---
gnu/packages/hurd.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 7daa1641dc..87a1d132de 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -142,10 +142,10 @@ communication.")
;; This commit is now slightly behind 0.9.git20220818 as this one needs a
;; newer glibc
(let ((revision "2")
- (commit "3ff70531ee672f431dbb0c11f286bfe85dce98fc"))
+ (commit "v0.9.git20230216"))
(package
(name "hurd-headers")
- (version (git-version "0.9" revision commit))
+ (version commit)
(source (origin
(method git-fetch)
(uri (git-reference
@@ -153,11 +153,8 @@ communication.")
(commit commit)))
(sha256
(base32
- "1jb9f2h2v4lf6acsji1c12aqg3pixkvjdyb4q6axkd8jp22fdgc0"))
- (file-name (git-file-name name version))
- (patches (search-patches
"hurd-add-without-rump-configure-option.patch"
-
"hurd-fix-types-of-read-write-and-readables-methods.patch"
-
"hurd-fix-types-of-read-write-and-readables-methods-2.patch"))))
+ "0jm1dnqkx4kdwmby0z5w0yqp9m5qp4hbxd4jxlyhiqm8nkw9mkvv"))
+ (file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
@@ -194,7 +191,8 @@ 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_file_futimens=no")
+ "ac_cv_func_file_futimens=no"
+ "ac_cv_lib_acpica_acpi_init=no")
#:tests? #f))
(supported-systems %hurd-systems)
- 67/85: gnu: swig: Skip tests when building for the Hurd., (continued)
- 67/85: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/15
- 73/85: gnu: guile-git: Skip http proxy test for the Hurd., guix-commits, 2023/06/15
- 54/85: gnu: libgcrypt: Skip hanging benchmark tests for the Hurd., guix-commits, 2023/06/15
- 57/85: gnu: git: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 66/85: gnu: tcsh: Skip substitution tests for the Hurd., guix-commits, 2023/06/15
- 56/85: gnu: curl: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 70/85: gnu: cmake-minimal: Skip tests for the Hurd., guix-commits, 2023/06/15
- 72/85: gnu: graphite2: Skip test for the Hurd., guix-commits, 2023/06/15
- 77/85: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/15
- 85/85: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/06/15
- 12/85: gnu: hurd: Update to v0.9.git20230216.,
guix-commits <=
- 17/85: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/15
- 15/85: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/15
- 14/85: gnu: Add libpciaccess-0.17., guix-commits, 2023/06/15
- 76/85: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/06/15
- 18/85: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/15
- 21/85: services: childhurd: Bump default qemu memory to 2048MB., guix-commits, 2023/06/15
- 36/85: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/15
- 32/85: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/15
- 48/85: gnu: python: Support native build on the Hurd., guix-commits, 2023/06/15
- 81/85: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/06/15