mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02: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:
committed by
Ludovic Courtès
parent
058a47af24
commit
e051f1305c
@@ -712,8 +712,8 @@ freedesktop.org project.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user