[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/207: gnu: mescc-tools-boot: Remove stage0 dependency.
From: |
Jan Nieuwenhuizen |
Subject: |
42/207: gnu: mescc-tools-boot: Remove stage0 dependency. |
Date: |
Sat, 8 Sep 2018 13:25:58 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 97a35598c45eae8277a11baefda38d75d9b3b1b2
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Apr 21 23:08:20 2018 +0200
gnu: mescc-tools-boot: Remove stage0 dependency.
* gnu/packages/mes.scm (mescc-tools-boot): Remove stage0 dependency. Use
new
gitlab url scheme.
---
gnu/packages/mes.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 69fe9c3..bcae9fb 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -166,18 +166,16 @@ with a Knight VM that runs Forth and Lisp.")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/mescc-tools"
- "/repository/archive.tar.gz?ref="
- commit))
- (file-name (string-append name "-" version ".tar.xz"))
+ "/-/archive/" commit
+ "/mescc-tools-" commit ".tar.gz"))
(sha256
(base32
- "1kqs8z43c286hqyiwk6vs5rywhjzrys84fzh535vwpv4qky61yy4"))))
+ "0i693znfc9lmjw9pp5appyhxnjdxsx11q7znqm6yzn98cr0zhnam"))))
(native-inputs
`(("static-bash" ,@(assoc-ref %bootstrap-inputs "bash"))
("bash" ,(search-bootstrap-binary "bash" (%current-system)))
("tar" ,(search-bootstrap-binary "tar" (%current-system)))
("xz" ,(search-bootstrap-binary "xz" (%current-system)))
- ("stage0" ,stage0-boot)
("mescc-tools-seed" ,%mescc-tools-seed)
("mes-source" ,(package-source mes-boot))
("mes-seed" ,%mes-seed)))
- 51/207: gnu: %tinycc-seed: Update for mes 0.14., (continued)
- 51/207: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 53/207: gnu: %mescc-tools-seed: Update for 0.4., Jan Nieuwenhuizen, 2018/09/08
- 46/207: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/207: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 37/207: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 65/207: gnu: binutils-boot: Update to 2.25., Jan Nieuwenhuizen, 2018/09/08
- 39/207: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 31/207: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/08
- 33/207: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/08
- 38/207: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/08
- 42/207: gnu: mescc-tools-boot: Remove stage0 dependency.,
Jan Nieuwenhuizen <=
- 30/207: gnu: Update tcc-boot: mescc has no long long., Jan Nieuwenhuizen, 2018/09/08
- 34/207: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/09/08
- 35/207: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/08
- 24/207: gnu: Update mescc-tools-boot, mes-boot, tcc-boot for blood-elf., Jan Nieuwenhuizen, 2018/09/08
- 20/207: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/09/08
- 19/207: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 23/207: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/09/08
- 15/207: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 21/207: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08
- 22/207: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/08