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 @@ (define-public interception-tools
(native-inputs
(list pkg-config))
(inputs
`(("boost" ,boost)
("libevdev" ,libevdev)
("libudev" ,eudev)
("yaml-cpp" ,yaml-cpp)))
(list boost libevdev eudev yaml-cpp))
(arguments
`(#:tests? #f)) ; no test suite
(synopsis "Utilities for operating on input events of evdev devices")