summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2021-04-09 16:33:01 -0400
committerTimothy Sample <samplet@ngyro.com>2022-03-19 13:33:07 -0600
commit1594aaecd547f2fbb300a0dcaff5ca96bcdf48ef (patch)
tree174bfc61cd83ac5cb61f6617f89438c34d43525e /gnu/packages
parent95630d2d743816097b85db085522d9247a60ba16 (diff)
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").
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/commencement.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 6dd480dc11..13862bf02e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -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))))