This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4fa16158bb gnu: wf-config: Remove unused wlroots input.
4fa16158bb is described below

commit 4fa16158bb79081c0b0fbeda0313fe95b43ec678
Author: kestrel <[email protected]>
AuthorDate: Fri Jul 10 18:49:55 2026 +0300

    gnu: wf-config: Remove unused wlroots input.
    
    * gnu/packages/wm.scm (wf-config)[inputs]: Remove wlroots-0.17.
    
    Merges: https://codeberg.org/guix/guix/pulls/9855
    Reviewed-by: Sughosha <[email protected]>
    Reviewed-by: Andrew Wong <[email protected]>
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c4b230f89e..e95408beef 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -5564,7 +5564,7 @@ and xmonad.")
                        
"0ziiqdh9pgzmhqc566qc0lq2hsy9ihn8hvg503kr4bkn57msvhar"))))
     (build-system meson-build-system)
     (native-inputs (list pkg-config))
-    (inputs (list glm libxml2 wlroots-0.17 libevdev))
+    (inputs (list glm libxml2 libevdev))
     (home-page "https://github.com/WayfireWM/wf-config";)
     (synopsis "Library for managing configuration files for Wayfire")
     (description "The package provides a library for managing the

Reply via email to