python39Packages.pijuice: fix version number, disable tests

This commit is contained in:
Sandro Jäckel
2022-02-08 11:33:20 -08:00
committed by Jonathan Ringer
parent f6b1790dbe
commit 08aec5fbdc
@@ -28,6 +28,7 @@ buildPythonPackage rec {
];
PIJUICE_BUILD_BASE = 1;
PIJUICE_VERSION = version;
preBuild = ''
cd Software/Source
@@ -50,7 +51,10 @@ buildPythonPackage rec {
rm $out/bin/pijuice_sys.py
rm $out/bin/pijuiceboot
mv $out/bin/pijuice_cli.py $out/bin/pijuice_cli
'';
'';
# no tests
doCheck = false;
meta = with lib; {
description = "Library and resources for PiJuice HAT for Raspberry Pi";