[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/84: gnu: commencement: Add automake-boot0.
From: |
guix-commits |
Subject: |
31/84: gnu: commencement: Add automake-boot0. |
Date: |
Wed, 14 Jun 2023 06:23:57 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit 820b9ada6544751bc1dfa11060cdaf10c08f743b
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 b2587f4bb3..ed79badde8 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
- branch wip-hurd created (now 84b664bb10), guix-commits, 2023/06/14
- 20/84: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/14
- 11/84: squash! gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/14
- 13/84: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/14
- 18/84: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/14
- 07/84: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/14
- 26/84: hurd-boot: Cater for netdde., guix-commits, 2023/06/14
- 31/84: gnu: commencement: Add automake-boot0.,
guix-commits <=
- 38/84: gnu: coreutils: Skip hanging and failing test for the Hurd., guix-commits, 2023/06/14
- 53/84: gnu: libgpg-error: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 74/84: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/06/14
- 64/84: gnu: openssl-1.1: Fix shared build for the Hurd., guix-commits, 2023/06/14
- 67/84: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/14
- 75/84: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/06/14
- 69/84: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/06/14
- 08/84: gnu: gnumach: Update to 1.8+git20221224., guix-commits, 2023/06/14
- 06/84: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/14
- 05/84: gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/14