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 4546580cad fixup! gnu: Add zig-0.11.0-149.
4546580cad is described below
commit 4546580cad90163044775b4b5aa8a25650d6a515
Author: Hilton Chain <[email protected]>
AuthorDate: Mon Nov 11 18:44:14 2024 +0800
fixup! gnu: Add zig-0.11.0-149.
Change-Id: I5e6f566334ea6701a41a19f583a41484d31faa9d
---
gnu/packages/zig.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index 589c323421..8087a4476b 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -1644,4 +1644,4 @@ toolchain. Among other features it provides
(modify-inputs (package-native-inputs base)
(replace "zig" `(,base "out")))))))
-(define zig zig-0.10)
+(define-public zig zig-0.10)