[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: commencement: Add autoconf-boot0.
From: |
guix-commits |
Subject: |
01/08: gnu: commencement: Add autoconf-boot0. |
Date: |
Wed, 19 Jul 2023 01:52:11 -0400 (EDT) |
janneke pushed a commit to branch master
in repository guix.
commit 9c6081c705e8221a31dc6db832fd5170b8239602
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 9bd0c113c2..3ccd51ac52 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
- branch master updated (13cb9b3028 -> 8831d3ba9f), guix-commits, 2023/07/19
- 05/08: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/07/19
- 03/08: gnu: commencement: Add git-fetch-from-tarball utility., guix-commits, 2023/07/19
- 01/08: gnu: commencement: Add autoconf-boot0.,
guix-commits <=
- 08/08: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/07/19
- 04/08: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/07/19
- 02/08: gnu: commencement: Add automake-boot0., guix-commits, 2023/07/19
- 07/08: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/07/19
- 06/08: gnu: mig: Use git-fetch., guix-commits, 2023/07/19