[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/210: gnu: mescc-tools-boot: Remove stage0 dependency.
From: |
Jan Nieuwenhuizen |
Subject: |
42/210: gnu: mescc-tools-boot: Remove stage0 dependency. |
Date: |
Sat, 8 Sep 2018 10:36:03 -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)))
- 83/210: gnu: %mescc-tools-seed: Update for linux-4.17 elf32-header fix., (continued)
- 83/210: gnu: %mescc-tools-seed: Update for linux-4.17 elf32-header fix., Jan Nieuwenhuizen, 2018/09/08
- 57/210: gnu: %mes-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/09/08
- 71/210: gnu: gcc-boot: Update to 2.95.3., Jan Nieuwenhuizen, 2018/09/08
- 67/210: Revert "gnu: binutils-boot: Update to 2.30.", Jan Nieuwenhuizen, 2018/09/08
- 58/210: gnu: mes-boot: Update to 0.15., Jan Nieuwenhuizen, 2018/09/08
- 54/210: gnu: mescc-tools-boot: Update to 0.4., Jan Nieuwenhuizen, 2018/09/08
- 50/210: gnu: mes-boot: Update to 0.14., Jan Nieuwenhuizen, 2018/09/08
- 49/210: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 45/210: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/210: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 42/210: gnu: mescc-tools-boot: Remove stage0 dependency.,
Jan Nieuwenhuizen <=
- 43/210: gnu: stage0-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/08
- 36/210: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/08
- 33/210: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/08
- 27/210: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ()., Jan Nieuwenhuizen, 2018/09/08
- 38/210: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/08
- 90/210: gnu: glibc-boot: Install all headers. WIP plus more, Jan Nieuwenhuizen, 2018/09/08
- 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