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

commit fd48eb935c70eabfa39383f8abea04822901a11e
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Nov 11 20:08:02 2024 +0200

    FIXUP zig-0.10.0-748
    
    Change-Id: Ie5f6fdf8ab10e13f17c0350f022a1dbad7214b87
---
 gnu/packages/zig.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index c9e4b754cf..2577d3f5d5 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -434,17 +434,11 @@ toolchain.  Among other features it provides
       (name "zig")
       (version (git-version "0.10.0" revision commit))
       (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/ziglang/zig";)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "1iv1wjgj0nfbb19sp3zw4d8hmrhkah4cmklzxm8c32zsg673kv3i"))
-                (snippet '(delete-file "stage1/zig1.wasm"))))
+                (inherit (zig-source
+                           version commit
+                           
"1iv1wjgj0nfbb19sp3zw4d8hmrhkah4cmklzxm8c32zsg673kv3i"))))
       (arguments
-       (substitute-keyword-arguments %arguments-zig2+zig1
+       (substitute-keyword-arguments (package-arguments zig-0.10.0-722)
          ((#:phases phases '%standard-phases)
           #~(modify-phases #$phases
               (replace 'prepare-source

Reply via email to