From 34e0d095c51cb37a10b338586446c48eec9c7bca Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Sun, 11 Jul 2021 00:08:39 -0400 Subject: [PATCH 1/3] gnu: interception-tools: Make minor fixes. * gnu/packages/linux.scm (interception-tools)[inputs]: Move boost to... [native-inputs]: ...here. New field. [license]: gpl3+ -> gpl3. --- gnu/packages/linux.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fa9451aedc..817df615b1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3686,9 +3686,10 @@ devices that can inject events directly into the input subsystem.") (base32 "0k9h14a9d65nwvv7pj0kigjgzfv453mm3r4svnxfg1h5lccmy8jj")))) (build-system cmake-build-system) + (native-inputs + `(("boost" ,boost))) (inputs - `(("boost" ,boost) - ("libevdev" ,libevdev) + `(("libevdev" ,libevdev) ("libudev" ,eudev) ("yaml-cpp" ,yaml-cpp))) (arguments @@ -3714,9 +3715,9 @@ devices that can inject events directly into the input subsystem.") @item @command{uinput} --- redirect device input events from stding to virtual device @item @command{mux} --- mux streams of input events @end itemize") - ;; Dual-licensed under GPLv3+ or "something else" on request, per + ;; Dual-licensed under GPLv3 or "something else" on request, per ;; 'README.md'. - (license license:gpl3+))) + (license license:gpl3))) (define-public interception-dual-function-keys (package -- 2.32.0