Loading pkgs/applications/audio/ledfx/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ python3.pkgs.buildPythonPackage rec { pname = "ledfx"; version = "2.0.80"; format = "setuptools"; pyproject= true; src = fetchPypi { inherit pname version; Loading @@ -20,6 +20,10 @@ python3.pkgs.buildPythonPackage rec { --replace "~=" ">=" ''; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = with python3.pkgs; [ aiohttp aiohttp-cors Loading Loading
pkgs/applications/audio/ledfx/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ python3.pkgs.buildPythonPackage rec { pname = "ledfx"; version = "2.0.80"; format = "setuptools"; pyproject= true; src = fetchPypi { inherit pname version; Loading @@ -20,6 +20,10 @@ python3.pkgs.buildPythonPackage rec { --replace "~=" ">=" ''; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = with python3.pkgs; [ aiohttp aiohttp-cors Loading