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

authored by

Gaetan Lepage and committed by
Pavol Rusnak
ededda68 5f441444

+1 -2
+1 -2
pkgs/by-name/fr/frigate/package.nix
··· 10 frigate, 11 nixosTests, 12 fetchpatch, 13 - protobuf_21, 14 }: 15 16 let ··· 41 }); 42 onnxruntime = super.onnxruntime.override (old: { 43 onnxruntime = old.onnxruntime.override (old: { 44 - protobuf = protobuf_21; 45 }); 46 }); 47 };
··· 10 frigate, 11 nixosTests, 12 fetchpatch, 13 }: 14 15 let ··· 40 }); 41 onnxruntime = super.onnxruntime.override (old: { 42 onnxruntime = old.onnxruntime.override (old: { 43 + withFullProtobuf = true; 44 }); 45 }); 46 };