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