Unverified Commit ededda68 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Pavol Rusnak
Browse files

frigate: only works with full protobuf and not protobuf-lite

parent 5f441444
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  frigate,
  nixosTests,
  fetchpatch,
  protobuf_21,
}:

let
@@ -41,7 +40,7 @@ let
      });
      onnxruntime = super.onnxruntime.override (old: {
        onnxruntime = old.onnxruntime.override (old: {
          protobuf = protobuf_21;
          withFullProtobuf = true;
        });
      });
    };