python312Packages.pathtools: disable

This commit is contained in:
Martin Weinelt 2024-03-28 03:10:00 +01:00
parent 9a1204cdf5
commit bac08d89a6

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
}:
buildPythonPackage rec {
@ -8,6 +9,9 @@ buildPythonPackage rec {
version = "0.1.2";
format = "setuptools";
# imp and distuils usage, last commit in 2016
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw";