[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/47: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216.
From: |
guix-commits |
Subject: |
32/47: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216. |
Date: |
Sat, 3 Jun 2023 07:23:41 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 29712c9c719bf2cbfc9925173b84555f193696be
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon May 29 22:20:08 2023 +0200
gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216.
* gnu/packages/commencement.scm (hurd-minimal-boot0): Remove redundant let
and package-with-bootstrap-guile.
[name]: New field; give proper name.
[version]: New field.
[source]: Update to 0.9.git20230216, using hurd-headers-boot0' source.
[inputs]: Add autoconf-boot0, automake-boot0, gnumach-headers-boot0.
[native-inputs]: Add autoconf-boot0, automake-boot0, and
gnumach-headers-boot0.
* gnu/packages/commencement.scm (hurd-version-boot0, hurd-source-boot0):
Remove.
---
gnu/packages/commencement.scm | 27 ++++++++-------------------
1 file changed, 8 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c07dbb97bc..e057975ba5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2681,19 +2681,6 @@ memoized as a function of '%current-system'."
#$(this-package-native-input "flex")
"/lib/")))))))
-(define hurd-version-boot0 "0.9-229-ga1efcee8")
-(define hurd-source-boot0
- (let ((version hurd-version-boot0))
- (origin
- (method url-fetch)
- (uri (list (string-append "mirror://gnu/guix/mirror/hurd-v"
- version ".tar.gz")
- (string-append "https://lilypond.org/janneke/hurd/"
- "hurd-v" version ".tar.gz")))
- (sha256
- (base32
- "0bq2q2jisxcy0kgcm6rz0z2fddwxxm7azsama7li28a2m08kdpzy")))))
-
(define hurd-headers-boot0
(with-boot0
(package
@@ -2715,12 +2702,14 @@ memoized as a function of '%current-system'."
(inputs '()))))
(define hurd-minimal-boot0
- (let ((hurd-minimal (package (inherit hurd-minimal)
- (version hurd-version-boot0)
- (source hurd-source-boot0)
- (native-inputs `(("mig" ,mig-boot0)))
- (inputs '()))))
- (with-boot0 (package-with-bootstrap-guile hurd-minimal))))
+ (with-boot0
+ (package
+ (inherit hurd-minimal)
+ (name "hurd-minimal-boot0")
+ (source (package-source hurd-headers-boot0))
+ (native-inputs
+ (list autoconf-boot0 automake-boot0 gnumach-headers-boot0 mig-boot0))
+ (inputs (list gnumach-headers-boot0)))))
(define/system-dependent hurd-core-headers-boot0
;; Return the Hurd and Mach headers as well as initial Hurd libraries for
- 31/47: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., (continued)
- 31/47: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/03
- 35/47: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/03
- 37/47: gnu: coreutils: Skip hanging and failing test for the Hurd., guix-commits, 2023/06/03
- 39/47: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/03
- 40/47: gnu: findutils: Move test-strerror_r from XFAIL to skip for the Hurd., guix-commits, 2023/06/03
- 09/47: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/03
- 12/47: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/03
- 22/47: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/03
- 41/47: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/03
- 08/47: gnu: hurd: Update to v0.9.git20230216., guix-commits, 2023/06/03
- 32/47: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216.,
guix-commits <=
- 44/47: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/03
- 47/47: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/06/03
- 43/47: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/03
- 45/47: DRAFT hurd: Support second boot., guix-commits, 2023/06/03
- 46/47: DRAFT hurd-boot: Support second boot., guix-commits, 2023/06/03
- 20/47: bootloader: grub: Use rumpdisk-style root when booting with "noide"., guix-commits, 2023/06/03
- 29/47: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/03
- 36/47: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/03
- 38/47: gnu: grep: Update hanging and failing tests for the Hurd., guix-commits, 2023/06/03
- 24/47: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/03