Skip to content

Commit

Permalink
Merge pull request #316425 from NixOS/backport-316145-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] python312Packages.taskw: disable
  • Loading branch information
wegank authored Jun 1, 2024
2 parents 7bc12d8 + 0406468 commit 04e6a2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/taskw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pythonAtLeast,

# build-system
setuptools,
Expand All @@ -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=";
Expand Down

0 comments on commit 04e6a2b

Please sign in to comment.