[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/210: gnu: tcc-boot: Revise dependencies.
From: |
Jan Nieuwenhuizen |
Subject: |
122/210: gnu: tcc-boot: Revise dependencies. |
Date: |
Sat, 8 Sep 2018 10:36:19 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit f1128b94ea5fe1a43b797963c1ed808734cf2b28
Author: Jan Nieuwenhuizen <address@hidden>
Date: Thu Jul 12 08:59:01 2018 +0200
gnu: tcc-boot: Revise dependencies.
* gnu/packages/mes.scm (tcc-boot): Revise dependencies.
---
gnu/packages/mes.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 21a3ca9..a8a01b0 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -511,9 +511,7 @@ standard.")
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
- `(("static-bash" ,@(assoc-ref %bootstrap-inputs "bash"))
- ("tar" ,(search-bootstrap-binary "tar" (%current-system)))
- ("xz" ,(search-bootstrap-binary "xz" (%current-system)))
+ `(("coreutils" , %bootstrap-coreutils&co)
("mes" ,mes-boot)
("tcc" ,tcc-boot0)))
(arguments
@@ -521,9 +519,7 @@ standard.")
#:builder
(begin
(use-modules (guix build utils))
- (let* ((bash (assoc-ref %build-inputs "static-bash"))
- (tar (assoc-ref %build-inputs "tar"))
- (xz (assoc-ref %build-inputs "xz"))
+ (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
(source (assoc-ref %build-inputs "source"))
(mes (assoc-ref %build-inputs "mes"))
(tcc (assoc-ref %build-inputs "tcc"))
@@ -534,10 +530,8 @@ standard.")
(string-append mes "/lib/mes-loader"))))
;; unpack
(setenv "PATH" (string-append
- bash "/bin:"
- tar "/bin:"
- tcc "/bin:"
- xz "/bin"))
+ coreutils "/bin"
+ ":" tcc "/bin"))
(format (current-error-port) "PATH=~s\n" (getenv "PATH"))
(mkdir-p "source")
(system* "tar" "--strip=1" "-C" "source" "-xvf" source)
- 92/210: gnu: Add binutils-boot 2.20.1, built with gcc+glibc., (continued)
- 92/210: gnu: Add binutils-boot 2.20.1, built with gcc+glibc., Jan Nieuwenhuizen, 2018/09/08
- 22/210: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/08
- 21/210: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08
- 14/210: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 13/210: bump mes-seed: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 130/210: gnu: %tinycc-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 132/210: gnu: tcc-boot0: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 112/210: gnu: tcc-boot: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/09/08
- 111/210: gnu: m4-mesboot: Package with boostrap-guile., Jan Nieuwenhuizen, 2018/09/08
- 108/210: gnu: Add gcc-mesboot 4.7.4. WIP, Jan Nieuwenhuizen, 2018/09/08
- 122/210: gnu: tcc-boot: Revise dependencies.,
Jan Nieuwenhuizen <=
- 101/210: gnu: binutils-mesboot0: Rename from binutils-boot0., Jan Nieuwenhuizen, 2018/09/08
- 100/210: gnu: m4:mesboot: Rename from m4-boot., Jan Nieuwenhuizen, 2018/09/08
- 91/210: gnu: gcc-core-boot: Install libgcc2.a too., Jan Nieuwenhuizen, 2018/09/08
- 72/210: gnu: gcc-boot: Update to 3.0., Jan Nieuwenhuizen, 2018/09/08
- 61/210: gnu: Add m4-boot., Jan Nieuwenhuizen, 2018/09/08
- 59/210: gnu: %tinycc-seed: Update for mes 0.15., Jan Nieuwenhuizen, 2018/09/08
- 51/210: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 47/210: gnu: %tinycc-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 40/210: gnu: tinycc-boot: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 39/210: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08