python312Packages.taskw: disable

(cherry picked from commit b74ed120f5)
This commit is contained in:
Weijia Wang 2024-05-31 14:08:47 +02:00 committed by github-actions[bot]
parent f6bb49c892
commit 04064685e2

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=";