mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
input-remapper: add passthru.tests with nixosTests.input-remapper
This commit is contained in:
parent
865e0df2fc
commit
10c92e2ae0
@ -18,6 +18,7 @@
|
||||
, buildPythonApplication
|
||||
, procps
|
||||
, gtksourceview4
|
||||
, nixosTests
|
||||
# Change the default log level to debug for easier debugging of package issues
|
||||
, withDebugLogLevel ? false
|
||||
# Xmodmap is an optional dependency
|
||||
@ -146,6 +147,8 @@ buildPythonApplication {
|
||||
install -m755 -D -t $out/bin/ bin/input-remapper*
|
||||
'';
|
||||
|
||||
passthru.tests = nixosTests.input-remapper;
|
||||
|
||||
meta = with lib; {
|
||||
description = "An easy to use tool to change the mapping of your input device buttons";
|
||||
homepage = "https://github.com/sezanzeb/input-remapper";
|
||||
|
Loading…
Reference in New Issue
Block a user