Unverified Commit 688590b9 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.zeroc-ice: unbreak on Darwin

parent 3952b1c1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{
  stdenv,
  lib,
  buildPythonPackage,
  fetchPypi,
@@ -29,7 +28,6 @@ buildPythonPackage rec {
  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";