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

* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
libinput-minimal.
This commit is contained in:
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

View file

@ -2556,7 +2556,7 @@ (define-public xf86-input-libinput
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libinput" ,libinput) `(("libinput" ,libinput-minimal)
("xorg-server" ,xorg-server))) ("xorg-server" ,xorg-server)))
(home-page "https://www.x.org/wiki/") (home-page "https://www.x.org/wiki/")
(synopsis "Input driver for X server based on libinput") (synopsis "Input driver for X server based on libinput")