diff options
| author | Murilo <murilo@disroot.org> | 2025-07-24 09:01:38 -0300 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:16 +0900 |
| commit | a67fd9e9ef49127fd54f30f3f4428f7d08db574c (patch) | |
| tree | 744710f0d5960f4f2629658bdb4446ff5378d364 | |
| parent | 0d96a5e0bb22f35dda98ee4fe6e14d6a0d07df0b (diff) | |
gnu: hyprland: Build with libinput-minimal.
* gnu/packages/wm.scm (hyprland)[inputs]: Change libinput-minimal-next
to libinput-minimal.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| -rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index e4853c589b..516e292bcc 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -430,7 +430,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") hyprland-qtutils hyprlang hyprutils - libinput-minimal-next + libinput-minimal libxcursor libxkbcommon mesa |
