guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

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