me
/
guix
Archived
1
0
Fork 0

gnu: commencement: Add autoconf-boot0.

* gnu/packages/commencement.scm (autoconf-boot0): New variable.
Janneke Nieuwenhuizen 2023-05-29 20:10:17 +02:00
parent 13cb9b3028
commit 9c6081c705
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,7 @@
(define-module (gnu packages commencement) (define-module (gnu packages commencement)
#:use-module (gnu packages) #:use-module (gnu packages)
#:use-module (gnu packages bootstrap) #:use-module (gnu packages bootstrap)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base) #:use-module (gnu packages base)
#:use-module (gnu packages bash) #:use-module (gnu packages bash)
#:use-module (gnu packages c) #:use-module (gnu packages c)
@ -2602,6 +2603,15 @@ memoized as a function of '%current-system'."
(package-with-explicit-inputs %boot0-inputs (package-with-explicit-inputs %boot0-inputs
%bootstrap-guile)) %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 (define gnumach-headers-boot0
(with-boot0 (with-boot0
(package (package