This is an automated email from the git hooks/post-receive script.

hako pushed a commit to branch wip-zig-bootstrap
in repository guix.

The following commit(s) were added to refs/heads/wip-zig-bootstrap by this push:
     new d726d32239 fixup! gnu: Add zig-0.12.0-109.
d726d32239 is described below

commit d726d3223922d071077923e763be3b0439f51359
Author: Hilton Chain <[email protected]>
AuthorDate: Mon Nov 11 22:10:24 2024 +0800

    fixup! gnu: Add zig-0.12.0-109.
    
    Change-Id: I2e91395e35e6b8c95fcb5dc0c554b9422b95f6d4
---
 gnu/packages/zig.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index 0b0fd9cfe4..981422aa54 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -1835,7 +1835,7 @@ toolchain.  Among other features it provides
     (package
       (inherit base)
       (name "zig")
-      (version (git-version "0.11.0" revision commit))
+      (version (git-version "0.12.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1850,6 +1850,10 @@ toolchain.  Among other features it provides
        (substitute-keyword-arguments %arguments-zig1
          ((#:phases phases '%standard-phases)
           #~(modify-phases #$phases
+              ;; Build errors when zig1.wasm is not found.
+              (add-after 'unpack 'prepare-source
+                (lambda _
+                  (invoke "touch" "stage1/zig1.wasm")))
               (replace 'patch-more-shebangs
                 (lambda* (#:key inputs #:allow-other-keys)
                   ;; Zig uses information about /usr/bin/env to determine the

Reply via email to