steamcontroller: Disable tests, cleanup
This commit is contained in:
parent
07d506d272
commit
1abf8fae01
@ -21,10 +21,12 @@ buildPythonApplication {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ libusb1 ];
|
buildInputs = [ libusb1 ];
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs = [ psutil python3Packages.libusb1 ]
|
||||||
[ psutil python3Packages.libusb1 ]
|
|
||||||
++ lib.optionals GyroplotSupport [ pyqtgraph pyside ];
|
++ lib.optionals GyroplotSupport [ pyqtgraph pyside ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "steamcontroller" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A standalone Steam controller driver";
|
description = "A standalone Steam controller driver";
|
||||||
homepage = "https://github.com/ynsta/steamcontroller";
|
homepage = "https://github.com/ynsta/steamcontroller";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user