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 10 frigate, 11 11 nixosTests, 12 12 fetchpatch, 13 - protobuf_21, 14 13 }: 15 14 16 15 let ··· 41 40 }); 42 41 onnxruntime = super.onnxruntime.override (old: { 43 42 onnxruntime = old.onnxruntime.override (old: { 44 - protobuf = protobuf_21; 43 + withFullProtobuf = true; 45 44 }); 46 45 }); 47 46 };