[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: |
Sun, 3 Jan 2021 17:37:06 -0500 (EST) |
janneke pushed a commit to branch wip-full-source-bootstrap
in repository guix.
commit 0407ad9aa260224cfb51555e0a1e64e0af262075
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 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)
- branch wip-full-source-bootstrap created (now dcaed7a), guix-commits, 2021/01/03
- 01/11: gnu: mescc-tools: Update to 1.1.0., guix-commits, 2021/01/03
- 02/11: gnu: m2-planet: Update to 1.7.0-31-g358b6cf., guix-commits, 2021/01/03
- 03/11: commencement: Add bootstrap-seeds., guix-commits, 2021/01/03
- 04/11: commencement: Add m2-planet-boot., guix-commits, 2021/01/03
- 07/11: DRAFT commencement: mes-boot: Update to 0.22-304, build with m2-planet., guix-commits, 2021/01/03
- 06/11: DRAFT gnu: mes: Update to 0.22-305-g2ab4c5c67., guix-commits, 2021/01/03
- 05/11: gnu: Add nyacc-1.00.2., guix-commits, 2021/01/03
- 09/11: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.,
guix-commits <=
- 11/11: DRAFT doc: Add the "Full Source Bootstrap"., guix-commits, 2021/01/03
- 08/11: commencement: tcc-boot0: Update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2021/01/03
- 10/11: commencement: Remove %bootstrap-mes-rewired., guix-commits, 2021/01/03