guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/12: gnu: interception-tools: Remove input labels.


From: guix-commits
Subject: 10/12: gnu: interception-tools: Remove input labels.
Date: Fri, 17 Dec 2021 16:51:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0c191fafc90623d6a2d6432a32ecba625d721d67
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 21:30:23 2021 +0100

    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(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5331096..055a37c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]