gnu: hikari: Replace input libinput by libinput-minimal.

* gnu/packages/wm.scm (hikari)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Josselin Poiret 2022-06-22 14:17:33 +02:00 committed by Ludovic Courtès
parent 714bab022c
commit 25c7f57548
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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)