python312Packages.taskw: disable

This commit is contained in:
Weijia Wang 2024-05-31 14:08:47 +02:00
parent cf099def27
commit b74ed120f5

View File

@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pythonAtLeast,
# build-system
setuptools,
@ -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=";