Archived
1
0
Fork 0

gnu: interception-tools: Remove input labels.

* gnu/packages/linux.scm (interception-tools)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-17 21:30:23 +01:00
parent 7aff8dcf50
commit 0c191fafc9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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