[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/57: bootstrap: Add sed-mesboot.
From: |
guix-commits |
Subject: |
31/57: bootstrap: Add sed-mesboot. |
Date: |
Mon, 16 Dec 2019 13:20:11 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 00478d1e70d807832e10ce77558c05e1ced940a5
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 22 21:00:15 2019 +0100
bootstrap: Add sed-mesboot.
* gnu/packages/commencement.scm (sed-mesboot): New variable.
---
gnu/packages/commencement.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index e95bfb8..07ce369 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1908,6 +1908,38 @@ ac_cv_c_float_format='IEEE (little-endian)'
(symlink "gawk" (string-append bin "/awk"))
#t))))))))
+(define sed-mesboot
+ (package
+ (inherit sed)
+ (name "sed-mesboot")
+ (version "4.0.6") ; 2003-04
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/sed/sed-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0861ij94cqc4vaaki6r2wlapwcmhpx4ggp4r70f46mb21a8fkvf1"))))
+ (native-inputs (%boot-mesboot0-inputs))
+ (supported-systems '("i686-linux" "x86_64-linux"))
+ (inputs '())
+ (propagated-inputs '())
+ (arguments
+ `(#:implicit-inputs? #f
+ #:parallel-build? #f
+ #:guile ,%bootstrap-guile
+ #:tests? #f ; 8to7 fails
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack '/bin/sh
+ (lambda _
+ (let* ((bash (assoc-ref %build-inputs "bash"))
+ (shell (string-append bash "/bin/bash")))
+ (substitute* "testsuite/Makefile.tests"
+ (("^SHELL = /bin/sh")
+ (string-append "SHELL = " shell)))
+ #t))))))))
+
(define binutils-mesboot
(package
(inherit binutils-mesboot0)
- 33/57: bootstrap: Add bash-mesboot., (continued)
- 33/57: bootstrap: Add bash-mesboot., guix-commits, 2019/12/16
- 36/57: bootstrap: Add hello-mesboot., guix-commits, 2019/12/16
- 39/57: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 30/57: bootstrap: Add gawk-mesboot., guix-commits, 2019/12/16
- 49/57: bootstrap: Add bzip2-boot0., guix-commits, 2019/12/16
- 43/57: bootstrap: Add coreutils-mesboot., guix-commits, 2019/12/16
- 19/57: bootstrap: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 20/57: bootstrap: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 26/57: bootstrap: Add grep-mesboot., guix-commits, 2019/12/16
- 34/57: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 31/57: bootstrap: Add sed-mesboot.,
guix-commits <=
- 09/57: bootstrap: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 12/57: bootstrap: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 16/57: bootstrap: diffutils-mesboot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 22/57: bootstrap: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 21/57: bootstrap: Add gawk-mesboot0., guix-commits, 2019/12/16
- 35/57: bootstrap: Add xz-mesboot., guix-commits, 2019/12/16
- 37/57: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 45/57: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 50/57: bootstrap: Add tar-boot0., guix-commits, 2019/12/16
- 41/57: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16