mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue