8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-KZ24YozHOyN/wcxX08KUj6oHVuKli2GUtb+B3CCB8eM=";
25 substituteInPlace setup.py \
26 --replace /usr/include/linux ${linuxHeaders}/include/linux
31 pythonImportsCheck = [
36 description = "Provides bindings to the generic input event interface in Linux";
37 homepage = "https://python-evdev.readthedocs.io/";
38 changelog = "https://github.com/gvalkov/python-evdev/blob/v${version}/docs/changelog.rst";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [ goibhniu ];
41 platforms = platforms.linux;