diff options
author | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2020-12-23 09:45:08 +0100 |
---|---|---|
committer | Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 2022-05-12 19:27:59 +0200 |
commit | 76f7602b9f9c06af8c7fd65881ec0c15f91ffe91 (patch) | |
tree | ab91a31830b657413833880d84535f7f054a8da4 | |
parent | a68d1d47eedb277aab67ee98e79c1d08ef501612 (diff) | |
download | guix-76f7602b9f9c06af8c7fd65881ec0c15f91ffe91.tar guix-76f7602b9f9c06af8c7fd65881ec0c15f91ffe91.tar.gz |
gnu: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove
%bootstrap-mescc-tools, %bootstrap-mes.
-rw-r--r-- | gnu/packages/bootstrap.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index 8bd0c4eaf3..03242f0e7b 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -1035,9 +1035,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) |