From 0c191fafc90623d6a2d6432a32ecba625d721d67 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 17 Dec 2021 21:30:23 +0100 Subject: gnu: interception-tools: Remove input labels. * gnu/packages/linux.scm (interception-tools)[inputs]: Remove input labels. --- gnu/packages/linux.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 53310964e7..055a37cb79 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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") -- cgit v1.2.3