[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/48: gnu: commencement: Add autoconf-boot0.
From: |
guix-commits |
Subject: |
27/48: gnu: commencement: Add autoconf-boot0. |
Date: |
Sun, 4 Jun 2023 07:43:45 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 3ac243f229f5693f32f8b6e7a6fdec687ad400a6
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon May 29 20:10:17 2023 +0200
gnu: commencement: Add autoconf-boot0.
* gnu/packages/commencement.scm (autoconf-boot0): New variable.
---
gnu/packages/commencement.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 755af08fa8..d2a8c58c4a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -33,6 +33,7 @@
(define-module (gnu packages commencement)
#:use-module (gnu packages)
#:use-module (gnu packages bootstrap)
+ #:use-module (gnu packages autotools)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages c)
@@ -2602,6 +2603,15 @@ memoized as a function of '%current-system'."
(package-with-explicit-inputs %boot0-inputs
%bootstrap-guile))
+(define autoconf-boot0
+ (with-boot0
+ (package
+ (inherit autoconf)
+ (name "autoconf-boot0")
+ (native-inputs (list m4-boot0 perl-boot0))
+ (inputs '())
+ (arguments (list #:tests? #f)))))
+
(define gnumach-headers-boot0
(with-boot0
(package
- 15/48: gnu: parted: Support building for the Hurd., (continued)
- 15/48: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/04
- 11/48: gnu: Add libpciaccess-0.17., guix-commits, 2023/06/04
- 09/48: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/04
- 29/48: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/04
- 04/48: gnu: hurd: Update supported systems., guix-commits, 2023/06/04
- 22/48: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/04
- 13/48: gnu: Add rumpkernel., guix-commits, 2023/06/04
- 37/48: gnu: coreutils: Skip hanging and failing test for the Hurd., guix-commits, 2023/06/04
- 10/48: squash! gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/04
- 06/48: gnu: gnumach: Update to 1.8+git20221224., guix-commits, 2023/06/04
- 27/48: gnu: commencement: Add autoconf-boot0.,
guix-commits <=
- 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