civodul pushed a commit to branch master
in repository guix.
commit 8d4a692acbfebaf0c219f9583e6695c78c17c482
Author: Josselin Poiret <[email protected]>
AuthorDate: Wed Jun 22 14:17:30 2022 +0200
gnu: wlroots: Replace input libinput by libinput-minimal.
* gnu/packages/wm.scm (wlroots)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.
Signed-off-by: Ludovic Courtès <[email protected]>
---
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