gnu: xf86-input-libinput: Reduce closure size.
* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by libinput-minimal.master
parent
21887021b9
commit
cd0f1fbd1a
|
@ -2556,7 +2556,7 @@ including most mice, keyboards, tablets and touchscreens.")
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libinput" ,libinput)
|
||||
`(("libinput" ,libinput-minimal)
|
||||
("xorg-server" ,xorg-server)))
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
(synopsis "Input driver for X server based on libinput")
|
||||
|
|
Reference in New Issue