Unverified Commit 3a8e3bb8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #265800 from aaronjheng/insightface

python3Packages.insightface: unbreak
parents b09f87fb b0e00953
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -69,9 +69,6 @@ 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;