mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
21887021b9
commit
cd0f1fbd1a
1 changed files with 1 additions and 1 deletions
|
@ -2556,7 +2556,7 @@ (define-public xf86-input-libinput
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue