[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 10:56:59 -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
- 23/67: gnu: c-ares: Skip failing tests on the Hurd., (continued)
- 23/67: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 21/67: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 41/67: gnu: cmake-minimal: Skip tests on the Hurd., guix-commits, 2023/07/18
- 36/67: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/07/18
- 39/67: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/07/18
- 51/67: gnu: guile-2.0: Skip failing tests on the Hurd., guix-commits, 2023/07/18
- 64/67: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/18
- 58/67: self: Build gnu/packages/*.go in 26 steps on the Hurd., guix-commits, 2023/07/18
- 50/67: gnu: po4a: Skip failing test on the Hurd., guix-commits, 2023/07/18
- 52/67: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/18
- 02/67: gnu: commencement: Add automake-boot0.,
guix-commits <=
- 11/67: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/07/18
- 14/67: gnu: findutils: Move test-strerror_r from XFAIL to skip on the Hurd., guix-commits, 2023/07/18
- 18/67: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/07/18
- 28/67: gnu: git: Skip failing test on the Hurd., guix-commits, 2023/07/18
- 38/67: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/07/18
- 34/67: gnu: cairo: Support building for the Hurd., guix-commits, 2023/07/18
- 32/67: gnu: parted: Disable tests for the Hurd., guix-commits, 2023/07/18
- 40/67: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/07/18
- 46/67: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/07/18
- 63/67: DRAFT hurd: Support second boot., guix-commits, 2023/07/18