gnu: m4-boot0: New variable.

* gnu/packages/commencement.scm (m4-boot0): New variable.
master
Jan Nieuwenhuizen 2018-09-09 13:44:43 +02:00
parent c362904485
commit 32f4a073e1
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 11 additions and 0 deletions

View File

@ -346,6 +346,17 @@
(current-source-location)
#:guile %bootstrap-guile))))
(define m4-boot0
(package-with-bootstrap-guile
(package
(inherit m4)
(name "m4-boot0")
(inputs (%boot0-inputs))
(arguments
`(#:guile ,%bootstrap-guile
#:implicit-inputs? #f
,@(package-arguments m4))))))
(define bison-boot0
;; This Bison is needed to build MiG so we need it early in the process.
;; It is also needed to rebuild Bash's parser, which is modified by