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'.master
parent
22a9f128ad
commit
e157ed72ec
|
@ -1813,8 +1813,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
|
|||
("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
|
||||
|
|
Reference in New Issue