guix-commits
[Top][All Lists]
Advanced

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

42/63: gnu: commencement: Remove m4-mesboot.


From: guix-commits
Subject: 42/63: gnu: commencement: Remove m4-mesboot.
Date: Mon, 17 Feb 2020 16:01:02 -0500 (EST)

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

commit f6744ca25cc9c9f5173cbc3f998c4cf15f4329ad
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Wed Dec 11 01:07:46 2019 +0100

    gnu: commencement: Remove m4-mesboot.
    
    * gnu/packages/commencement.scm (m4-mesboot): Remove.
---
 gnu/packages/commencement.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 6aed8e5..6149b84 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2635,34 +2635,6 @@ exec " gcc "/bin/" program
     ,@(fold alist-delete (%boot-mesboot5-inputs)
             '("coreutils" "kernel-headers"))))
 
-(define m4-mesboot
-  (package
-    (inherit m4)
-    (name "m4-mesboot")
-    (version "1.4")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnu/m4/m4-"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "1f9bxj176kf3pvs350w2dfs8jgwhminywri5pyn01b11yc4yhsjw"))))
-    (supported-systems '("i686-linux" "x86_64-linux"))
-    (native-inputs `(("mes" ,mes-boot)
-                     ("tcc" ,tcc-boot)))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'configure
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let ((out (assoc-ref outputs "out")))
-               (setenv "CONFIG_SHELL" (string-append
-                                       (assoc-ref %build-inputs "bash")
-                                       "/bin/sh"))
-               (setenv "CC" "tcc -static")
-               (setenv "CPP" "tcc -E")
-               (invoke "./configure" (string-append "--prefix=" out))))))))))
-
 (define (%bootstrap-inputs+toolchain)
   ;; The traditional bootstrap-inputs.  For the i686-linux Reduced Binary Seed
   ;; the actual reduced set with bootstrapped toolchain.



reply via email to

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