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

commit 3161bd9e0b9d67e0fec30465c83e50a9d59f3fea
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Nov 11 20:10:44 2024 +0200

    FIXUP zig-0.10.0-1073
    
    Change-Id: Icc3fecd488230433cf945ab553c81a631cdb34de
---
 gnu/packages/zig.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index 3778f8a75e..14a8230b5f 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -564,15 +564,9 @@ 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
-                  "1mgvi3m2aph10c1ij9b4k6xs3jbp8hbswqgdnzxdi5y0ak7h1pd4"))
-                (snippet '(delete-file "stage1/zig1.wasm"))))
+                (inherit (zig-source
+                           version commit
+                           
"1mgvi3m2aph10c1ij9b4k6xs3jbp8hbswqgdnzxdi5y0ak7h1pd4"))))
       (arguments
        (substitute-keyword-arguments %arguments-zig2
          ((#:phases phases '%standard-phases)

Reply via email to