1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02: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:
Timothy Sample
2020-02-08 10:27:34 -05:00
committed by Jan Nieuwenhuizen
parent 22a9f128ad
commit e157ed72ec

View File

@@ -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