python312Packages.zeroc-ice: unbreak on Darwin

Changed files
-2
pkgs
development
python-modules
zeroc-ice
-2
pkgs/development/python-modules/zeroc-ice/default.nix
···
{
-
stdenv,
lib,
buildPythonPackage,
fetchPypi,
···
pythonImportsCheck = [ "Ice" ];
meta = with lib; {
-
broken = stdenv.hostPlatform.isDarwin;
homepage = "https://zeroc.com/";
license = licenses.gpl2;
description = "Comprehensive RPC framework with support for Python, C++, .NET, Java, JavaScript and more";