guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.


From: guix-commits
Subject: 06/08: gnu: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.
Date: Fri, 13 May 2022 04:08:31 -0400 (EDT)

janneke pushed a commit to branch wip-full-source-bootstrap
in repository guix.

commit 76f7602b9f9c06af8c7fd65881ec0c15f91ffe91
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 23 09:45:08 2020 +0100

    gnu: 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]