diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2022-06-22 14:17:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-23 23:20:56 +0200 |
commit | fb14741131972754be32e51efd0ef5194a3aa198 (patch) | |
tree | 32583689685bb92d121dd1d3b650602104bae4e2 | |
parent | 8d4a692acbfebaf0c219f9583e6695c78c17c482 (diff) |
gnu: sway: Replace input libinput by libinput-minimal.
* gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 fe1013023c..d07760f4f0 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1595,7 +1595,7 @@ modules for building a Wayland compositor.") gdk-pixbuf json-c libevdev - libinput + libinput-minimal libxkbcommon pango swaybg |