[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")
- branch master updated (d627fba -> b4ee524), guix-commits, 2021/12/17
- 03/12: gnu: filezilla: Update to 3.57.0., guix-commits, 2021/12/17
- 01/12: gnu: libfilezilla: Update to 0.35.0., guix-commits, 2021/12/17
- 06/12: gnu: nsd: Update to 4.3.9., guix-commits, 2021/12/17
- 02/12: gnu: libfilezilla: Remove input labels., guix-commits, 2021/12/17
- 05/12: gnu: memkind: Update to 1.12.0., guix-commits, 2021/12/17
- 04/12: gnu: filezilla: Remove input labels., guix-commits, 2021/12/17
- 10/12: gnu: interception-tools: Remove input labels.,
guix-commits <=
- 09/12: gnu: interception-tools: Update to 0.6.8., guix-commits, 2021/12/17
- 07/12: gnu: knot-resolver: Update to 5.4.3., guix-commits, 2021/12/17
- 11/12: gnu: mutt: Update to 2.1.4., guix-commits, 2021/12/17
- 08/12: gnu: cpuid: Update to 20211210., guix-commits, 2021/12/17
- 12/12: gnu: imake: Remove input labels., guix-commits, 2021/12/17