guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 4914e25f4039e228c162661235f4bbc76550b955
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 18:58:58 2025 +0200

    gnu: fnott: Remove wlroots input.
    
    * gnu/packages/wm.scm (fnott)[inputs]: Remove wlroots.
    
    Change-Id: Id1ea1d5c30539965dfe980cdb899db81e45a00c1
    Signed-off-by: John Kehayias <[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 3d72d6afe2..aa68ed6906 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1612,7 +1612,7 @@ the XDG Autostart specification.")
            tllist
            scdoc))
     (inputs
-     (list wlroots wayland fcft dbus libpng))
+     (list wayland fcft dbus libpng))
     (home-page "https://codeberg.org/dnkl/fnott";)
     (synopsis "Keyboard driven and lightweight Wayland notification daemon")
     (description "Fnott is a keyboard driven and lightweight notification 
daemon

Reply via email to