hako pushed a commit to branch wip-zig-bootstrap
in repository guix.
commit b083ac72c24aa551fa8a298c0e8605f54cb3e3bc
Author: Hilton Chain <[email protected]>
AuthorDate: Mon Dec 2 14:51:21 2024 +0800
squash! gnu: Add zig-wayland.
Change-Id: Ifd8b463922d4dac5ad5b419eccdda9a0b78de29a
---
gnu/packages/zig-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index 70c73e3eba..bc7405c0eb 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -205,7 +205,7 @@ mission-critical safety and performance for financial
services.")
(lambda _
(substitute* "build.zig"
(("pkg-config") (getenv "PKG_CONFIG"))))))))
- (inputs (list wayland wayland-protocols))
+ (propagated-inputs (list wayland wayland-protocols))
(native-inputs (list pkg-config wayland))
(synopsis "Zig Wayland bindings and protocol scanner")
(description