guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/14: Revert "bootstrap: tcc-boot0: Update for mes 0.20. WIP"


From: guix-commits
Subject: 08/14: Revert "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 eecab27a090b0bf0a9f4344f4e1028989609db9a
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Mon Jan 7 20:36:52 2019 +0100

    Revert "bootstrap: tcc-boot0: Update for mes 0.20.  WIP"
    
    This reverts commit 52579edf21df2c0a5947b42f0199531916d11315.
---
 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 5011d36..4e6f44e 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 "337acca2b8666375f97c0522ebc318bdce8bfe81"))
+        (commit "c004e9a34fb026bb44d211ab98bb768e79900eef"))
     (package-with-bootstrap-guile
      (package
        (inherit tcc)
@@ -216,7 +216,7 @@
                                      "/tinycc-" commit ".tar.gz"))
                  (sha256
                   (base32
-                   "0sdi60gbdkby4swqxfn4bgz0mkn6q9r7r734nbd4ii79mpnhpv9h"))))
+                   "1hmzn1pq0x22ppd80hyrn5qzqq94mxd0ychzj6vrr2vnj2frjv5b"))))
        (build-system gnu-build-system)
        (supported-systems '("i686-linux" "x86_64-linux"))
        (inputs '())
@@ -284,7 +284,7 @@
             (replace 'build
               (lambda _
                 (substitute* "bootstrap.sh"
-                  (("^( *)cmp" all indent) (string-append indent "#cmp")))
+                  (("^    cmp") "#    cmp"))
                 (invoke "sh" "bootstrap.sh")))
             (replace 'check
               (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]