7 buildPythonPackage rec {
8 pname = "python-uinput";
12 inherit pname version;
13 sha256 = "033zqiypjz0nigav6vz0s57pbzikvds55mxphrdpkdbpdikjnfcr";
16 buildInputs = [ udev ];
18 NIX_CFLAGS_LINK = "-ludev";
20 doCheck = false; # no tests
23 description = "Pythonic API to Linux uinput kernel module";
24 homepage = "https://tjjr.fi/sw/python-uinput/";
25 license = licenses.gpl3Plus;
26 maintainers = with maintainers; [ abbradar ];