mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
python312Packages.pathtools: disable
This commit is contained in:
parent
03a76c271e
commit
c7faa543a3
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue