Unverified Commit 46ad3aff authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python313Packages.zeroc-ice: mark as broken (#462470)

parents 0ebcc595 67b2a831
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  pythonAtLeast,
  fetchPypi,
  setuptools,
  bzip2,
@@ -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;