efraim pushed a commit to branch wip-zig-bootstrap
in repository guix.
commit 614ac49cdf41e7045100864720415732bc5ca2e2
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Nov 11 20:43:55 2024 +0200
FIXUP zig-0.11.0-702
Change-Id: I2d8da7cb00160cf116284f11df6ea17de17c0bf9
---
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 b15393b937..73c71d9dcd 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -1234,15 +1234,9 @@ toolchain. Among other features it provides
(name "zig")
(version (git-version "0.11.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
- "049fpdgkarp834amymw0clvsk6g20742d3940la60na03rc4vy5x"))
- (snippet '(delete-file "stage1/zig1.wasm"))))
+ (inherit (zig-source
+ version commit
+
"049fpdgkarp834amymw0clvsk6g20742d3940la60na03rc4vy5x"))))
(arguments
(substitute-keyword-arguments %arguments-zig1
((#:phases phases '%standard-phases)