[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/211: gnu: mescc-tools-boot: Remove stage0 dependency.
From: |
Jan Nieuwenhuizen |
Subject: |
42/211: gnu: mescc-tools-boot: Remove stage0 dependency. |
Date: |
Sat, 8 Sep 2018 11:09:23 -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)))
- 53/211: gnu: %mescc-tools-seed: Update for 0.4., (continued)
- 53/211: gnu: %mescc-tools-seed: Update for 0.4., Jan Nieuwenhuizen, 2018/09/08
- 59/211: gnu: %tinycc-seed: Update for mes 0.15., Jan Nieuwenhuizen, 2018/09/08
- 58/211: gnu: mes-boot: Update to 0.15., Jan Nieuwenhuizen, 2018/09/08
- 51/211: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 67/211: Revert "gnu: binutils-boot: Update to 2.30.", Jan Nieuwenhuizen, 2018/09/08
- 46/211: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/211: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 45/211: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 44/211: gnu: nyacc-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/08
- 37/211: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 42/211: gnu: mescc-tools-boot: Remove stage0 dependency.,
Jan Nieuwenhuizen <=
- 31/211: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/08
- 27/211: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ()., Jan Nieuwenhuizen, 2018/09/08
- 04/211: gnu: Add nyacc-boot., Jan Nieuwenhuizen, 2018/09/08
- 15/211: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 13/211: bump mes-seed: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 24/211: gnu: Update mescc-tools-boot, mes-boot, tcc-boot for blood-elf., Jan Nieuwenhuizen, 2018/09/08
- 19/211: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 10/211: bump: mes-tools: add ferror for [m4] configure, Jan Nieuwenhuizen, 2018/09/08
- 09/211: bump tcc-boot: add sysinclude path for [m4] configure., Jan Nieuwenhuizen, 2018/09/08
- 01/211: gnu: Add stage0-boot., Jan Nieuwenhuizen, 2018/09/08