From 8d4a692acbfebaf0c219f9583e6695c78c17c482 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Wed, 22 Jun 2022 14:17:30 +0200 Subject: gnu: wlroots: 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 (wlroots)[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(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 0ea7641db3..fe1013023c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1538,7 +1538,7 @@ functionality to display information about the most commonly used services.") (propagated-inputs (list ;; As required by wlroots.pc. eudev - libinput + libinput-minimal libxkbcommon mesa pixman -- cgit v1.2.3