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
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

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