diff options
-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 2c79e1d03e..35b79919b1 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2564,7 +2564,7 @@ read and write, and compatible with JSON.") (list bmake pkg-config wayland-protocols)) (inputs `(("cairo" ,cairo) - ("libinput" ,libinput) + ("libinput" ,libinput-minimal) ("libucl" ,libucl) ("libxkbcommon" ,libxkbcommon) ("pam" ,linux-pam) |