ledfx: adjust build system

This commit is contained in:
Fabian Affolter 2024-01-13 10:41:23 +01:00
parent ab59bebb88
commit c573c6a44c

View File

@ -21,7 +21,7 @@ python3.pkgs.buildPythonPackage rec {
'';
nativeBuildInputs = with python3.pkgs; [
poetry-core
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
@ -50,13 +50,14 @@ python3.pkgs.buildPythonPackage rec {
sacn
samplerate
sentry-sdk
setuptools
sounddevice
uvloop
voluptuous
zeroconf
];
# has no tests
# Project has no tests
doCheck = false;
meta = with lib; {