mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: commencement: Fix '%boot-mesboot1-inputs'.
* gnu/packages/commencement.scm (%boot-mesboot1-inputs): In the list of elements to delete from '%boot-mesboot0-inputs', remove a duplicate 'bash', add 'bootar', and remove an extra space at the end of 'grep'.
This commit is contained in:
parent
22a9f128ad
commit
e157ed72ec
1 changed files with 2 additions and 2 deletions
|
@ -1813,8 +1813,8 @@ (define (%boot-mesboot1-inputs)
|
|||
("sed" ,sed-mesboot)
|
||||
("tar" ,tar-mesboot)
|
||||
,@(fold alist-delete (%boot-mesboot0-inputs)
|
||||
'("bash" "bash" "binutils" "coreutils" "gash" "gawk" "grep " "guile"
|
||||
"make" "sed" "tar"))))
|
||||
'("bash" "binutils" "bootar" "coreutils" "gash"
|
||||
"gawk" "grep" "guile" "make" "sed" "tar"))))
|
||||
|
||||
(define gmp-boot
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue