evdevremapkeys: Disable tests, remove name use
This commit is contained in:
parent
5a8b375db4
commit
ffc02499d6
@ -1,11 +1,8 @@
|
|||||||
{ stdenv, fetchFromGitHub, python3Packages }:
|
{ stdenv, fetchFromGitHub, python3Packages }:
|
||||||
|
|
||||||
let
|
python3Packages.buildPythonPackage rec {
|
||||||
pythonPackages = python3Packages;
|
|
||||||
|
|
||||||
in pythonPackages.buildPythonPackage rec {
|
|
||||||
name = "${pname}-0.1.0";
|
|
||||||
pname = "evdevremapkeys";
|
pname = "evdevremapkeys";
|
||||||
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "philipl";
|
owner = "philipl";
|
||||||
@ -14,13 +11,18 @@ in pythonPackages.buildPythonPackage rec {
|
|||||||
sha256 = "0c9slflakm5jqd8s1zpxm7gmrrk0335m040d7m70hnsak42jvs2f";
|
sha256 = "0c9slflakm5jqd8s1zpxm7gmrrk0335m040d7m70hnsak42jvs2f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
pyyaml
|
pyyaml
|
||||||
pyxdg
|
pyxdg
|
||||||
python-daemon
|
python-daemon
|
||||||
evdev
|
evdev
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# hase no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "evdevremapkeys" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/philipl/evdevremapkeys";
|
homepage = "https://github.com/philipl/evdevremapkeys";
|
||||||
description = "Daemon to remap events on linux input devices";
|
description = "Daemon to remap events on linux input devices";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user