Unverified Commit 11c98fd1 authored by Tobias Mayer's avatar Tobias Mayer
Browse files

python3Packages.{google-cloud-bigquery,insightface,worldengine}: mark as broken

parent 472525b1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,6 +127,8 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    # Not compatible with pyarrow13 yet.
    broken = true;
    description = "Google BigQuery API client library";
    homepage = "https://github.com/googleapis/python-bigquery";
    changelog = "https://github.com/googleapis/python-bigquery/blob/v${version}/CHANGELOG.md";
+3 −0
Original line number Diff line number Diff line
@@ -69,6 +69,9 @@ buildPythonPackage rec {
  doCheck = false; # Upstream has no tests

  meta = with lib; {
    # Both protobuf3 and protobuf4 in the build closure.
    # related: https://github.com/onnx/onnx/issues/5563
    broken = true;
    description = "State-of-the-art 2D and 3D Face Analysis Project";
    homepage = "https://github.com/deepinsight/insightface";
    license = licenses.mit;
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    broken = true;
    homepage = "https://github.com/mindwerks/worldengine";
    description = "World generator using simulation of plates, rain shadow, erosion, etc";
    license = licenses.mit;