mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: commencement: gnu-make-mesboot0: Rename from make-mesboot0.
* gnu/packages/commencement.scm (gnu-make-mesboot0): Rename from make-mesboot0. Update users.
This commit is contained in:
parent
d77860dbc8
commit
2bb7deff9f
1 changed files with 2 additions and 2 deletions
|
@ -728,7 +728,7 @@ (define (compile x)
|
|||
;; no gzip yet
|
||||
(delete 'compress-documentation))))))
|
||||
|
||||
(define make-mesboot0
|
||||
(define gnu-make-mesboot0
|
||||
;; The initial make
|
||||
(package
|
||||
(inherit gnu-make)
|
||||
|
@ -784,7 +784,7 @@ (define make-mesboot0
|
|||
(install-file "make" bin)))))))))
|
||||
|
||||
(define (%boot-tcc0-inputs)
|
||||
`(("make" ,make-mesboot0)
|
||||
`(("make" ,gnu-make-mesboot0)
|
||||
("tcc" ,tcc-boot0)
|
||||
,@(%boot-gash-inputs)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue