[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/65: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216.
From: |
guix-commits |
Subject: |
05/65: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216. |
Date: |
Fri, 14 Jul 2023 10:05:58 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 65e7307ec8e8fd7d12736dac1242bec7e1683ee0
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 475ecf18a8..ad0aac730c 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)
- branch hurd-team created (now 32f10e8601), guix-commits, 2023/07/14
- 03/65: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/07/14
- 04/65: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/07/14
- 01/65: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/07/14
- 05/65: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216.,
guix-commits <=
- 07/65: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/07/14
- 10/65: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/07/14
- 11/65: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/07/14
- 15/65: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/07/14
- 16/65: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/14
- 19/65: gnu: python: Support native build on the Hurd., guix-commits, 2023/07/14
- 26/65: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/07/14
- 18/65: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/07/14
- 22/65: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 49/65: gnu: fontforge: Support build on the Hurd., guix-commits, 2023/07/14