python313Packages.pynfsclient: disable on > 3.13
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonAtLeast,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -10,6 +11,8 @@ buildPythonPackage rec {
|
||||
version = "0.1.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonAtLeast "3.13";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "pyNfsClient";
|
||||
inherit version;
|
||||
|
||||
Reference in New Issue
Block a user