From c573c6a44c07c4cbbd371321e5640a819fd2a2c5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 13 Jan 2024 10:41:23 +0100 Subject: [PATCH] ledfx: adjust build system --- pkgs/applications/audio/ledfx/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix index a1a4cf3b33c6..40a684631265 100644 --- a/pkgs/applications/audio/ledfx/default.nix +++ b/pkgs/applications/audio/ledfx/default.nix @@ -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; {