[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/48: gnu: hurd: Update to v0.9.git20230216.
From: |
guix-commits |
Subject: |
08/48: gnu: hurd: Update to v0.9.git20230216. |
Date: |
Sun, 4 Jun 2023 07:43:42 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 1e4336bc91dc35a4ce4844cb1070204eec089a2c
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 61d8774075..a0133482b7 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -144,10 +144,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
@@ -155,11 +155,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
@@ -196,7 +193,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)
- 48/48: DRAFT system: examples: Add devel-hurd.tmpl., (continued)
- 48/48: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/06/04
- 40/48: gnu: findutils: Move test-strerror_r from XFAIL to skip for the Hurd., guix-commits, 2023/06/04
- 30/48: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/06/04
- 31/48: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/04
- 36/48: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/04
- 24/48: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/04
- 17/48: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/04
- 47/48: DRAFT hurd-boot: Support second boot., guix-commits, 2023/06/04
- 18/48: services: childhurd: Bump default qemu memory to 2048MB., guix-commits, 2023/06/04
- 14/48: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/04
- 08/48: gnu: hurd: Update to v0.9.git20230216.,
guix-commits <=