gnu: %boot-tcc-inputs: Remove extra "gash-utils".

* gnu/packages/commencement.scm (%boot-tcc-inputs): Remove
'gash-utils-boot' (it is already included in '%boot-gash-inputs'
under the name "coreutils").
This commit is contained in:
Timothy Sample 2021-04-09 16:33:01 -04:00
parent 95630d2d74
commit 1594aaecd5
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -885,7 +885,6 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
`(("bash" ,bash-mesboot0)
("gzip" ,gzip-mesboot)
("patch" ,patch-mesboot)
("gash-utils" ,gash-utils-boot)
("tcc" ,tcc-boot)
,@(alist-delete "tcc" (%boot-tcc0-inputs))))