[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/85: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216.
From: |
guix-commits |
Subject: |
34/85: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216. |
Date: |
Thu, 15 Jun 2023 02:32:40 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit e2d59ad05e992dae039098f4981263413b35d519
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue May 30 06:35:58 2023 +0200
gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216.
* gnu/packages/commencement.scm (hurd-headers-boot0): Remove redundant outer
let and package-with-bootstrap-guile.
[name]: New field; give proper name.
[version]: New field.
[source]: Update to 0.9.git20230216.
[inputs]: Add autoconf-boot0, automake-boot0, gnumach-headers-boot0.
---
gnu/packages/commencement.scm | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 1eda729c98..59b09edb30 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2695,12 +2695,24 @@ memoized as a function of '%current-system'."
"0bq2q2jisxcy0kgcm6rz0z2fddwxxm7azsama7li28a2m08kdpzy")))))
(define hurd-headers-boot0
- (let ((hurd-headers (package (inherit hurd-headers)
- (version hurd-version-boot0)
- (source hurd-source-boot0)
- (native-inputs `(("mig" ,mig-boot0)))
- (inputs '()))))
- (with-boot0 (package-with-bootstrap-guile hurd-headers))))
+ (with-boot0
+ (package
+ (inherit hurd-headers)
+ (name "hurd-headers-boot0")
+ (version "0.9.git20230216")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append
+ "https://git.savannah.gnu.org/cgit/hurd/hurd.git/snapshot/hurd-v"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1f75nlkcl00dqnnrbrj1frvzs2qibfpygj3gwywqi85aldjl48y7"))))
+ (native-inputs
+ (list autoconf-boot0 automake-boot0 mig-boot0))
+ (inputs '()))))
(define hurd-minimal-boot0
(let ((hurd-minimal (package (inherit hurd-minimal)
- 23/85: bootloader: grub: Use rumpdisk-style root when booting with "noide"., (continued)
- 23/85: bootloader: grub: Use rumpdisk-style root when booting with "noide"., guix-commits, 2023/06/15
- 30/85: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/06/15
- 26/85: hurd-boot: Cater for netdde., guix-commits, 2023/06/15
- 33/85: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/06/15
- 38/85: gnu: coreutils: Skip hanging and failing test for the Hurd., guix-commits, 2023/06/15
- 44/85: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/06/15
- 37/85: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/15
- 58/85: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/06/15
- 41/85: gnu: findutils: Move test-strerror_r from XFAIL to skip for the Hurd., guix-commits, 2023/06/15
- 40/85: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/15
- 34/85: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216.,
guix-commits <=
- 74/85: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/06/15
- 55/85: gnu: tcl: Remove failing tests for the Hurd.., guix-commits, 2023/06/15
- 79/85: gnu: po4a: Skip failing test for the Hurd., guix-commits, 2023/06/15
- 35/85: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/15
- 47/85: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/15
- 43/85: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/06/15
- 46/85: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/15
- 52/85: gnu: c-ares: Skip failing tests for the Hurd., guix-commits, 2023/06/15
- 69/85: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/06/15
- 64/85: gnu: openssl-1.1: Fix shared build for the Hurd., guix-commits, 2023/06/15