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:
Hilton Chain 2023-08-25 16:53:33 +08:00 committed by Ludovic Courtès
parent 058a47af24
commit e051f1305c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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