13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-R0Bt4xfzQA1EmZbf7lcWLwSSUayf5Y711QhlAVhiLrY=";
24 makeFlags = [ "PREFIX=$(out)" ];
25 nativeBuildInputs = [ pkg-config scons ];
26 buildInputs = [ libX11 libusb1 boost glib dbus-glib ];
27 enableParallelBuilding = true;
28 dontUseSconsInstall = true;
31 ./fix-60-sec-delay.patch
34 ./xboxdrvctl-py3.patch
38 homepage = "https://xboxdrv.gitlab.io/";
39 description = "Xbox/Xbox360 (and more) gamepad driver for Linux that works in userspace";
40 license = licenses.gpl3Plus;
42 platforms = platforms.linux;