janneke pushed a commit to branch wip-full-source-bootstrap in repository guix.
commit a2646ae41ff6c633c39dd56faedfedd9d6c37e00 Author: Jan (janneke) Nieuwenhuizen <[email protected]> AuthorDate: Wed Dec 23 09:45:08 2020 +0100 bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes. * gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove %bootstrap-mescc-tools, %bootstrap-mes. --- gnu/packages/bootstrap.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index c39e60e..62c3e2a 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -853,9 +853,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \ ;; own packages. (match (%current-system) ((or "i686-linux" "x86_64-linux") - `(("linux-libre-headers" ,%bootstrap-linux-libre-headers) - ("bootstrap-mescc-tools" ,%bootstrap-mescc-tools) - ("mes" ,%bootstrap-mes))) + `(("linux-libre-headers" ,%bootstrap-linux-libre-headers))) (_ `(("libc" ,%bootstrap-glibc) ("gcc" ,%bootstrap-gcc)
