Loading pkgs/development/python-modules/vxi11/default.nix +4 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, fetchFromGitHub, pytestCheckHook, fetchpatch2, Loading @@ -11,6 +12,9 @@ buildPythonPackage rec { version = "0.9"; format = "setuptools"; # vxi11 relies on xdrlib, which was removed in Python 3.13 disabled = pythonAtLeast "3.13"; # no tests in PyPI tarball src = fetchFromGitHub { owner = "python-ivi"; Loading Loading
pkgs/development/python-modules/vxi11/default.nix +4 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, fetchFromGitHub, pytestCheckHook, fetchpatch2, Loading @@ -11,6 +12,9 @@ buildPythonPackage rec { version = "0.9"; format = "setuptools"; # vxi11 relies on xdrlib, which was removed in Python 3.13 disabled = pythonAtLeast "3.13"; # no tests in PyPI tarball src = fetchFromGitHub { owner = "python-ivi"; Loading