Merge pull request #280698 from fabaff/ledfx-fix
ledfx: adjust build system
This commit is contained in:
commit
5614bd5858
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
poetry-core
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
@ -50,13 +50,14 @@ python3.pkgs.buildPythonPackage rec {
|
||||||
sacn
|
sacn
|
||||||
samplerate
|
samplerate
|
||||||
sentry-sdk
|
sentry-sdk
|
||||||
|
setuptools
|
||||||
sounddevice
|
sounddevice
|
||||||
uvloop
|
uvloop
|
||||||
voluptuous
|
voluptuous
|
||||||
zeroconf
|
zeroconf
|
||||||
];
|
];
|
||||||
|
|
||||||
# has no tests
|
# Project has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue