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

This commit is contained in:
Tobias Mayer 2023-09-03 11:11:37 +02:00
parent 472525b1cf
commit 11c98fd1ec
No known key found for this signature in database
GPG key ID: F8657E90819A1298
3 changed files with 6 additions and 0 deletions

View file

@ -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";

View file

@ -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;

View file

@ -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;