From fb14741131972754be32e51efd0ef5194a3aa198 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Wed, 22 Jun 2022 14:17:31 +0200 Subject: gnu: sway: Replace input libinput by libinput-minimal. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput by libinput-minimal to reduce closure. Signed-off-by: Ludovic Courtès --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/wm.scm') 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 -- cgit v1.2.3