[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/67: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216.
From: |
guix-commits |
Subject: |
07/67: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216. |
Date: |
Tue, 18 Jul 2023 09:27:12 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 6876c1d9bc1f349af9d9679127dfdbfebe100712
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 86246c3b08..7e988129a5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2728,19 +2728,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
@@ -2769,12 +2756,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
- 45/67: gnu: graphite2: Skip test on the Hurd., (continued)
- 45/67: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/07/18
- 48/67: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/07/18
- 39/67: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/07/18
- 47/67: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/07/18
- 67/67: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/07/18
- 05/67: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/07/18
- 11/67: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/07/18
- 01/67: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/07/18
- 02/67: gnu: commencement: Add automake-boot0., guix-commits, 2023/07/18
- 06/67: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/07/18
- 07/67: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216.,
guix-commits <=
- 12/67: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/07/18
- 19/67: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/18
- 23/67: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 36/67: gnu: cairo: Support building for the Hurd., guix-commits, 2023/07/18
- 44/67: gnu: doxygen: Fix build for the Hurd., guix-commits, 2023/07/18
- 25/67: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 38/67: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/07/18
- 42/67: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/07/18
- 54/67: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/07/18
- 57/67: build: Build gnu/packages/*.go in five steps., guix-commits, 2023/07/18