me
/
guix
Archived
1
0
Fork 0

gnu: interception-tools: Remove input labels.

* gnu/packages/linux.scm (interception-tools)[inputs]:
Remove input labels.
master
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
1 changed files with 1 additions and 4 deletions

View File

@ -3921,10 +3921,7 @@ devices that can inject events directly into the input subsystem.")
(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")