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

commit 5470a5a685fc673df7b9487942024c65f7e31e4e
Author: Hilton Chain <[email protected]>
AuthorDate: Mon Dec 2 14:50:52 2024 +0800

    squash! gnu: river: Update to 0.3.5.
    
    Change-Id: I34bf5b3477eb9650e58d5176b98d2e67e97d5e33
---
 gnu/packages/zig-xyz.scm | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index 19e449d505..e9128a187e 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -102,11 +102,6 @@ across several operating systems.")
            #:zig-release-type "safe"
            #:zig-build-flags
            #~(list "-Dxwayland")
-           #:zig-inputs
-           `(("zig-pixman" ,zig-pixman)
-             ("zig-wayland" ,zig-wayland)
-             ("zig-wlroots" ,zig-wlroots)
-             ("zig-xkbcommon" ,zig-xkbcommon))
            #:phases
            #~(modify-phases %standard-phases
                (add-after 'unpack 'fix-path
@@ -122,11 +117,9 @@ across several operating systems.")
                                    wayland-sessions)))))))
     (inputs
      (list libevdev
-           libxkbcommon
-           pixman
-           wayland
-           wayland-protocols
-           wlroots))
+           zig-wayland
+           zig-wlroots
+           zig-xkbcommon))
     (native-inputs
      (list pkg-config
            scdoc))

Reply via email to