gnu: interception-tools: Remove input labels.
* gnu/packages/linux.scm (interception-tools)[inputs]: Remove input labels.
This commit is contained in:
parent
7aff8dcf50
commit
0c191fafc9
1 changed files with 1 additions and 4 deletions
|
@ -3921,10 +3921,7 @@ devices that can inject events directly into the input subsystem.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
(list boost libevdev eudev yaml-cpp))
|
||||||
("libevdev" ,libevdev)
|
|
||||||
("libudev" ,eudev)
|
|
||||||
("yaml-cpp" ,yaml-cpp)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no test suite
|
`(#:tests? #f)) ; no test suite
|
||||||
(synopsis "Utilities for operating on input events of evdev devices")
|
(synopsis "Utilities for operating on input events of evdev devices")
|
||||||
|
|
Reference in a new issue