steamcontroller: Disable tests, cleanup
This commit is contained in:
parent
07d506d272
commit
1abf8fae01
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user