[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: bootstrap: tcc-boot0: Update for mes 0.20. WIP
From: |
guix-commits |
Subject: |
07/14: bootstrap: tcc-boot0: Update for mes 0.20. WIP |
Date: |
Wed, 20 Nov 2019 15:16:25 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit ed0e02c3f49485154312e9c20771754954b42ec0
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Jan 5 00:05:10 2019 +0100
bootstrap: tcc-boot0: Update for mes 0.20. WIP
* gnu/packages/commencement (tcc-boot0): Update for mes 0.20.
---
gnu/packages/commencement.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 4e6f44e..5011d36 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -203,7 +203,7 @@
;; mature, this package should use the 0.9.27 sources (or later).
(let ((version "0.9.26")
(revision "6")
- (commit "c004e9a34fb026bb44d211ab98bb768e79900eef"))
+ (commit "337acca2b8666375f97c0522ebc318bdce8bfe81"))
(package-with-bootstrap-guile
(package
(inherit tcc)
@@ -216,7 +216,7 @@
"/tinycc-" commit ".tar.gz"))
(sha256
(base32
- "1hmzn1pq0x22ppd80hyrn5qzqq94mxd0ychzj6vrr2vnj2frjv5b"))))
+ "0sdi60gbdkby4swqxfn4bgz0mkn6q9r7r734nbd4ii79mpnhpv9h"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(inputs '())
@@ -284,7 +284,7 @@
(replace 'build
(lambda _
(substitute* "bootstrap.sh"
- (("^ cmp") "# cmp"))
+ (("^( *)cmp" all indent) (string-append indent "#cmp")))
(invoke "sh" "bootstrap.sh")))
(replace 'check
(lambda _
- branch wip-bootstrap created (now d87e1bb), guix-commits, 2019/11/20
- 01/14: gnu: Add gash. WIP, guix-commits, 2019/11/20
- 06/14: bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world., guix-commits, 2019/11/20
- 08/14: Revert "bootstrap: tcc-boot0: Update for mes 0.20. WIP", guix-commits, 2019/11/20
- 07/14: bootstrap: tcc-boot0: Update for mes 0.20. WIP,
guix-commits <=
- 13/14: gnu: python-2.7: Disable tests. REVERTME, guix-commits, 2019/11/20
- 02/14: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., guix-commits, 2019/11/20
- 09/14: bootstrap: %bootstrap-mes: Update for mes 0.20. WIP, guix-commits, 2019/11/20
- 12/14: build-system/gnu: Support running configure with Gash., guix-commits, 2019/11/20
- 10/14: Revert "bootstrap: mes-boot: Decouple from mes update. TEMP: avoid build world.", guix-commits, 2019/11/20
- 04/14: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/11/20
- 05/14: gnu: mes: Update to 0.20 WIP, guix-commits, 2019/11/20
- 03/14: bootstrap: Update %bootstrap-guile to 2.2., guix-commits, 2019/11/20
- 11/14: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-guile-tarball., guix-commits, 2019/11/20
- 14/14: bootstrap: Scheme-only bootstrap: WIP, guix-commits, 2019/11/20