Loading pkgs/development/python-modules/taskw/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, pythonAtLeast, # build-system setuptools, Loading @@ -23,6 +24,9 @@ buildPythonPackage rec { version = "2.0.0"; pyproject = true; # ModuleNotFoundError: No module named 'distutils' disabled = pythonAtLeast "3.12"; src = fetchPypi { inherit pname version; hash = "sha256-EQm9+b3nqbMqUAejAsh4MD/2UYi2QiWsdKMomkxUi90="; Loading Loading
pkgs/development/python-modules/taskw/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, pythonAtLeast, # build-system setuptools, Loading @@ -23,6 +24,9 @@ buildPythonPackage rec { version = "2.0.0"; pyproject = true; # ModuleNotFoundError: No module named 'distutils' disabled = pythonAtLeast "3.12"; src = fetchPypi { inherit pname version; hash = "sha256-EQm9+b3nqbMqUAejAsh4MD/2UYi2QiWsdKMomkxUi90="; Loading