[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/92: gnu: commencement: Add automake-boot0.
From: |
guix-commits |
Subject: |
31/92: gnu: commencement: Add automake-boot0. |
Date: |
Fri, 23 Jun 2023 12:45:40 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 190a1e7098858b90908a2b8edc60c7e9bc6f2812
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
- 09/92: gnu: Add libc-locales-for-target and glibc-locales/hurd., (continued)
- 09/92: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/06/23
- 11/92: squash! gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/23
- 17/92: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/23
- 18/92: gnu: parted: Support building for the Hurd., guix-commits, 2023/06/23
- 21/92: services: childhurd: Bump default qemu memory to 2048MB., guix-commits, 2023/06/23
- 20/92: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/23
- 23/92: bootloader: grub: Use rumpdisk-style root when booting with "noide"., guix-commits, 2023/06/23
- 25/92: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/23
- 26/92: hurd-boot: Cater for netdde., guix-commits, 2023/06/23
- 28/92: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/23
- 31/92: gnu: commencement: Add automake-boot0.,
guix-commits <=
- 32/92: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/23
- 33/92: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/06/23
- 35/92: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/23
- 50/92: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/06/23
- 51/92: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 29/92: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/23
- 30/92: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/06/23
- 34/92: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/23
- 22/92: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/23
- 27/92: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/23