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:
parent
714bab022c
commit
25c7f57548
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user