1 { lib, fetchFromGitHub, buildPythonPackage
6 buildPythonPackage rec {
10 # PyPi only carries py3 wheel
11 src = fetchFromGitHub {
15 sha256 = "0vinpla0apizzykcyfis79mrm1i6fhns83nkzw85svypdhkx2g8v";
18 propagatedBuildInputs = [ evdev pyudev ];
20 buildInputs = [ bluez ];
23 description = "Userspace driver for the DualShock 4 controller";
24 homepage = "https://github.com/chrippa/ds4drv";
25 license = lib.licenses.mit;