Loading pkgs/development/python-modules/zeroc-ice/default.nix +6 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, fetchPypi, setuptools, bzip2, Loading @@ -12,6 +13,11 @@ buildPythonPackage rec { version = "3.7.10.1"; pyproject = true; # Upstream PR: https://github.com/zeroc-ice/ice/pull/2910 # But this hasn't been merged into the 3.7 branch, and the patch doesn't # apply cleanly. disabled = pythonAtLeast "3.13"; src = fetchPypi { pname = "zeroc_ice"; inherit version; Loading Loading
pkgs/development/python-modules/zeroc-ice/default.nix +6 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, fetchPypi, setuptools, bzip2, Loading @@ -12,6 +13,11 @@ buildPythonPackage rec { version = "3.7.10.1"; pyproject = true; # Upstream PR: https://github.com/zeroc-ice/ice/pull/2910 # But this hasn't been merged into the 3.7 branch, and the patch doesn't # apply cleanly. disabled = pythonAtLeast "3.13"; src = fetchPypi { pname = "zeroc_ice"; inherit version; Loading