3
0
Fork 0
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:
Weijia Wang 2023-02-05 09:26:35 +01:00 committed by GitHub
commit 43289221b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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