guix-commits
[Top][All Lists]
Advanced

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

04/04: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.


From: guix-commits
Subject: 04/04: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes.
Date: Sun, 17 Nov 2019 10:39:42 -0500 (EST)

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

commit 1a4991ebf64bdb8268fa6493aa47893f7b7c2220
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Fri Nov 8 21:55:47 2019 +0100

    bootstrap: Remove %bootstrap-mescc-tools,  %bootstrap-mes.
    
    * gnu/packages/bootstrap.scm (%bootstrap-inputs): Remove
    %bootstrap-mescc-tools, %bootstrap-mes.
    * gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): No need to
    remove them any more.
---
 gnu/packages/bootstrap.scm    | 4 +---
 gnu/packages/commencement.scm | 3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index d6995f1..eef8278 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -810,9 +810,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)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 623b0be..46c3011 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1453,8 +1453,7 @@ exec " gcc "/bin/" program
        ("binutils" ,binutils-mesboot)
        ("gcc-wrapper" ,gcc-mesboot-wrapper)
        ("gcc" ,gcc-mesboot)
-       ,@(fold alist-delete (%bootstrap-inputs)
-               '("bootstrap-mescc-tools" "mes"))))
+       ,@(%bootstrap-inputs)))
     (_
      (%bootstrap-inputs))))
 



reply via email to

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