Loading pkgs/development/python-modules/pathtools/default.nix +4 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonAtLeast }: buildPythonPackage rec { Loading @@ -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 Loading
pkgs/development/python-modules/pathtools/default.nix +4 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonAtLeast }: buildPythonPackage rec { Loading @@ -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