[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/192: gnu: mescc-tools-boot: Remove stage0 dependency.
From: |
Jan Nieuwenhuizen |
Subject: |
42/192: gnu: mescc-tools-boot: Remove stage0 dependency. |
Date: |
Mon, 3 Sep 2018 16:24:48 -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)))
- 15/192: gnu: tcc-boot: Use bootstrap Guile and simplify., (continued)
- 15/192: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/03
- 36/192: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/03
- 37/192: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/03
- 46/192: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/03
- 51/192: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/03
- 49/192: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/03
- 48/192: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/03
- 28/192: gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3., Jan Nieuwenhuizen, 2018/09/03
- 35/192: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/03
- 32/192: gnu: Update tcc-boot: mescc char cast truncate bug #2., Jan Nieuwenhuizen, 2018/09/03
- 42/192: gnu: mescc-tools-boot: Remove stage0 dependency.,
Jan Nieuwenhuizen <=
- 34/192: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/09/03
- 45/192: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/03
- 57/192: gnu: %mes-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/09/03
- 59/192: gnu: %tinycc-seed: Update for mes 0.15., Jan Nieuwenhuizen, 2018/09/03
- 31/192: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/03
- 33/192: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/03
- 44/192: gnu: nyacc-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/03
- 19/192: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/03
- 39/192: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/03
- 38/192: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/03