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

This commit is contained in:
Gaetan Lepage
2025-09-27 18:13:30 +02:00
committed by Pavol Rusnak
parent 5f4414443c
commit ededda6875
+1 -2
View File
@@ -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;
});
});
};