forked from mirrors/nixpkgs
Merge pull request #214688 from evan-goode/evdevremapkeys
evdevremapkeys: 0.1.0 -> unstable-2021-05-04
This commit is contained in:
commit
43289221b4
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "evdevremapkeys";
|
pname = "evdevremapkeys";
|
||||||
version = "0.1.0";
|
version = "unstable-2021-05-04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "philipl";
|
owner = "philipl";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "68fb618b8142e1b45d7a1e19ea9a5a9bbb206144";
|
rev = "9b6f372a9bdf8b27d39f7e655b74f6b9d1a8467f";
|
||||||
sha256 = "0c9slflakm5jqd8s1zpxm7gmrrk0335m040d7m70hnsak42jvs2f";
|
sha256 = "sha256-FwRbo0RTiiV2AB7z6XOalMnwMbj15jM4Dxs41TsIOQI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
@ -16,6 +16,7 @@ python3Packages.buildPythonPackage rec {
|
||||||
pyxdg
|
pyxdg
|
||||||
python-daemon
|
python-daemon
|
||||||
evdev
|
evdev
|
||||||
|
pyudev
|
||||||
];
|
];
|
||||||
|
|
||||||
# hase no tests
|
# hase no tests
|
||||||
|
|
Loading…
Reference in a new issue