gnu: commencement: Add autoconf-boot0.
* gnu/packages/commencement.scm (autoconf-boot0): New variable.
parent
13cb9b3028
commit
9c6081c705
|
@ -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
|
||||||
|
|
Reference in New Issue