steamcontroller: Disable tests, cleanup

This commit is contained in:
Sandro Jäckel 2021-01-04 03:20:30 +01:00
parent 07d506d272
commit 1abf8fae01
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -21,10 +21,12 @@ buildPythonApplication {
'';
buildInputs = [ libusb1 ];
propagatedBuildInputs =
[ psutil python3Packages.libusb1 ]
propagatedBuildInputs = [ psutil python3Packages.libusb1 ]
++ lib.optionals GyroplotSupport [ pyqtgraph pyside ];
doCheck = false;
pythonImportsCheck = [ "steamcontroller" ];
meta = with stdenv.lib; {
description = "A standalone Steam controller driver";
homepage = "https://github.com/ynsta/steamcontroller";