guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 86fbc5d9b0e77ef3f221f1ab627337beefd407d7
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Sep 17 00:02:03 2025 +0800

    gnu: hyprland: Build with libinput-minimal.
    
    * gnu/packages/wm.scm (hyprland)[inputs]: Remove libinput-minimal-next; add
    libinput-minimal.
    
    Change-Id: I3811d4f08cf75ad8084af35cbe5300cb02eff1d0
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7b91e2b33a..89e4a068b4 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -415,8 +415,8 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
      (list gcc-15
            hyprwayland-scanner
            (module-ref (resolve-interface
-                  '(gnu packages commencement))
-                 'ld-wrapper)
+                        '(gnu packages commencement))
+                       'ld-wrapper)
            pkg-config))
     (inputs
      (list aquamarine
@@ -428,7 +428,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
            hyprland-qtutils
            hyprlang
            hyprutils
-           libinput-minimal-next
+           libinput-minimal
            libxcursor
            libxkbcommon
            mesa

Reply via email to