gnu: m4-boot0: New variable.
* gnu/packages/commencement.scm (m4-boot0): New variable.
This commit is contained in:
parent
c362904485
commit
32f4a073e1
|
@ -346,6 +346,17 @@
|
||||||
(current-source-location)
|
(current-source-location)
|
||||||
#:guile %bootstrap-guile))))
|
#: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
|
(define bison-boot0
|
||||||
;; This Bison is needed to build MiG so we need it early in the process.
|
;; 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
|
;; It is also needed to rebuild Bash's parser, which is modified by
|
||||||
|
|
Loading…
Reference in New Issue