janneke pushed a commit to branch wip-bootstrap in repository guix. commit ed0e02c3f49485154312e9c20771754954b42ec0 Author: Jan Nieuwenhuizen <jann...@gnu.org> 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 _