Loading pkgs/by-name/of/offat/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,10 @@ python3.pkgs.buildPythonApplication rec { sourceRoot = "${src.name}/src"; pythonRelaxDeps = [ "setuptools" ]; pythonRelaxDeps = [ "setuptools" "tenacity" ]; build-system = with python3.pkgs; [ poetry-core ]; Loading Loading
pkgs/by-name/of/offat/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,10 @@ python3.pkgs.buildPythonApplication rec { sourceRoot = "${src.name}/src"; pythonRelaxDeps = [ "setuptools" ]; pythonRelaxDeps = [ "setuptools" "tenacity" ]; build-system = with python3.pkgs; [ poetry-core ]; Loading