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

commit 199aa7d50f3099afb299288f04ea8b91a3549d96
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index bc3e55ad70..473da8acf2 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -417,8 +417,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

Reply via email to