[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/11: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.
From: |
guix-commits |
Subject: |
09/11: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes. |
Date: |
Mon, 9 May 2022 04:33:25 -0400 (EDT) |
janneke pushed a commit to branch wip-full-source-bootstrap
in repository guix.
commit 47b82be2a838386ab6d058c3c329fa5948bb628b
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
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 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)
- branch wip-full-source-bootstrap created (now 39c7c5d6a2), guix-commits, 2022/05/09
- 02/11: gnu: m2-planet: Update to 1.9.0., guix-commits, 2022/05/09
- 04/11: commencement: Add bootstrap-seeds., guix-commits, 2022/05/09
- 06/11: commencement: mes-boot: Update to 0.24, build with M2-Planet., guix-commits, 2022/05/09
- 10/11: commencement: Remove %bootstrap-mes-rewired., guix-commits, 2022/05/09
- 07/11: commencement: tcc-boot0: Use NYACC-1.00.2., guix-commits, 2022/05/09
- 11/11: doc: Add the "Full Source Bootstrap"., guix-commits, 2022/05/09
- 01/11: gnu: mescc-tools: Update to 1.4.0., guix-commits, 2022/05/09
- 03/11: gnu: mes: Update to 0.24., guix-commits, 2022/05/09
- 05/11: commencement: Add stage0-posix., guix-commits, 2022/05/09
- 09/11: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.,
guix-commits <=
- 08/11: commencement: tcc-boot0: Update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2022/05/09