me
/
guix
Archived
1
0
Fork 0

gnu: xf86-input-libinput: Reduce closure size.

* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
libinput-minimal.
master
Pierre Neidhardt 2020-06-10 14:34:24 +02:00
parent 21887021b9
commit cd0f1fbd1a
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View File

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