Unverified Commit f908cc8a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #251151 from benxiao/rx/detectron-fix-build

python3.pkgs.detectron2: fix build
parents 045910a1 cb2a99a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
, av
, opencv4
, pytest-mock
, pybind11
}:

let
@@ -75,6 +76,8 @@ buildPythonPackage {
    which
  ];

  buildInputs = [ pybind11 ];

  pythonRelaxDeps = [
    "black"
  ];