mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: libinput: Remove input labels.
* gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove input labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
058a47af24
commit
e051f1305c
1 changed files with 2 additions and 2 deletions
|
@ -712,8 +712,8 @@ (define-public libinput
|
|||
(list check)
|
||||
'())))
|
||||
(propagated-inputs
|
||||
`(;; libinput.h requires <libudev.h>, so propagate it.
|
||||
("udev" ,eudev)))
|
||||
;; libinput.h requires <libudev.h>, so propagate it.
|
||||
(list eudev))
|
||||
(home-page "https://www.freedesktop.org/wiki/Software/libinput/")
|
||||
(synopsis "Input devices handling library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue