[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/64: gnu: commencement: Remove m4-mesboot.
From: |
guix-commits |
Subject: |
42/64: gnu: commencement: Remove m4-mesboot. |
Date: |
Tue, 18 Feb 2020 01:18:12 -0500 (EST) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 47fb2466b810afbd5d2d741f26a7e1bca8838b49
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.
- 31/64: gnu: commencement: Add bash-mesboot., (continued)
- 31/64: gnu: commencement: Add bash-mesboot., guix-commits, 2020/02/18
- 32/64: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 30/64: gnu: commencement: Add gcc-core-mesboot1., guix-commits, 2020/02/18
- 35/64: gnu: commencement: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 26/64: gnu: commencement: Add coreutils-mesboot0., guix-commits, 2020/02/18
- 29/64: gnu: commencement: Add sed-mesboot., guix-commits, 2020/02/18
- 33/64: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/18
- 34/64: gnu: commencement: Add hello-mesboot., guix-commits, 2020/02/18
- 38/64: gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 39/64: gnu: commencement: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 42/64: gnu: commencement: Remove m4-mesboot.,
guix-commits <=
- 45/64: gnu: commencement: Add gawk-boot0., guix-commits, 2020/02/18
- 36/64: gnu: commencement: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 40/64: gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 41/64: gnu: commencement: Add coreutils-mesboot., guix-commits, 2020/02/18
- 61/64: Add (guix build gnu-bootstrap)., guix-commits, 2020/02/18
- 47/64: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/18
- 44/64: gnu: commencement: file: Build file without bzip2., guix-commits, 2020/02/18
- 48/64: gnu: commencement: Add bzip2-boot0., guix-commits, 2020/02/18
- 49/64: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/18
- 50/64: gnu: commencement: Add coreutils-boot0., guix-commits, 2020/02/18