diff options
author | Murilo <murilo@disroot.org> | 2025-07-24 09:01:38 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-27 11:31:22 -0400 |
commit | e379a6f4b4b7b8c90f78e20c1151650b97a6868d (patch) | |
tree | f28733e25198d1bd69c073b1f96343314bc51935 | |
parent | b8d836f0a4d061c6dd768a2ff36bcae2321e840b (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 52642760e0..c67cec0349 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -435,7 +435,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") hyprland-qtutils hyprlang hyprutils - libinput-minimal-next + libinput-minimal libxcursor libxkbcommon mesa |