10 buildPythonPackage rec {
13 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-6coAak3ySIpgvZp0ABHulI2BkEviNk8BflYBaVCPVg8=";
23 src = ./fix-paths.patch;
24 libevdev = lib.getLib pkgs.libevdev;
28 nativeCheckInputs = [ pytestCheckHook ];
31 description = "Python wrapper around the libevdev C library";
32 homepage = "https://gitlab.freedesktop.org/libevdev/python-libevdev";
33 license = licenses.mit;
34 maintainers = with maintainers; [ nickhu ];