Loading pkgs/development/python-modules/nextcord/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ faust-cchardet, orjson, pynacl, setuptools, }: buildPythonPackage rec { pname = "nextcord"; version = "2.6.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -38,13 +38,18 @@ buildPythonPackage rec { }) ]; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiodns aiohttp brotli faust-cchardet orjson pynacl setuptools # for pkg_resources, remove with next release ]; # upstream has no tests Loading Loading
pkgs/development/python-modules/nextcord/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ faust-cchardet, orjson, pynacl, setuptools, }: buildPythonPackage rec { pname = "nextcord"; version = "2.6.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -38,13 +38,18 @@ buildPythonPackage rec { }) ]; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiodns aiohttp brotli faust-cchardet orjson pynacl setuptools # for pkg_resources, remove with next release ]; # upstream has no tests Loading