6 python3.pkgs.buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitLab {
13 domain = "gitlab.freedesktop.org";
17 sha256 = "r496SKBGgHriIhriWYhhCSiChQUKhnHT/lEx9sEoT/0=";
20 propagatedBuildInputs = with python3.pkgs; [
28 checkInputs = with python3.pkgs; [
32 # Tests require /dev/uhid
36 description = "Python scripts to manipulate HID data";
37 homepage = "https://gitlab.freedesktop.org/libevdev/hid-tools";
38 license = licenses.mit;
39 maintainers = teams.freedesktop.members;