10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "sha256-6coAak3ySIpgvZp0ABHulI2BkEviNk8BflYBaVCPVg8=";
22 src = ./fix-paths.patch;
23 libevdev = lib.getLib pkgs.libevdev;
27 checkInputs = [ pytestCheckHook ];
30 description = "Python wrapper around the libevdev C library";
31 homepage = "https://gitlab.freedesktop.org/libevdev/python-libevdev";
32 license = licenses.mit;
33 maintainers = with maintainers; [ nickhu ];