[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/67: gnu: commencement: Add automake-boot0.
From: |
guix-commits |
Subject: |
02/67: gnu: commencement: Add automake-boot0. |
Date: |
Tue, 18 Jul 2023 09:27:10 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit eddec7910064fe0bd1d2179d3faf71aef23ee98d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon May 29 20:19:52 2023 +0200
gnu: commencement: Add automake-boot0.
* gnu/packages/commencement.scm (automake-boot0): New variable.
---
gnu/packages/commencement.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 3ccd51ac52..d0603e62c8 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2612,6 +2612,19 @@ memoized as a function of '%current-system'."
(inputs '())
(arguments (list #:tests? #f)))))
+(define automake-boot0
+ (with-boot0
+ (package
+ (inherit automake)
+ (name "automake-boot0")
+ (source (origin
+ (inherit (package-source automake))
+ (patches '()))) ;test are skipped anyway
+ (native-inputs (list autoconf-boot0 m4-boot0 perl-boot0))
+ (inputs '())
+ (arguments
+ (list #:tests? #f)))))
+
(define gnumach-headers-boot0
(with-boot0
(package
- 30/67: gnu: git: Skip failing test on the Hurd., (continued)
- 30/67: gnu: git: Skip failing test on the Hurd., guix-commits, 2023/07/18
- 33/67: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 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 <=
- 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, 2023/07/18
- 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