frigate: drop onnxruntime override

This was for protobuf coexistence between onnxruntime and tensorflow and
is not needed any longer.
This commit is contained in:
Martin Weinelt
2026-01-16 03:16:30 +01:00
parent 1d914bc2f1
commit ead83066f8
-5
View File
@@ -38,11 +38,6 @@ let
hash = "sha256-95xtUzzIxxvDtpHX/5uCHnTQTB8Fc08DZGUOR/SdKLs=";
};
});
onnxruntime = super.onnxruntime.override (old: {
onnxruntime = old.onnxruntime.override (old: {
withFullProtobuf = true;
});
});
};
};
python3Packages = python.pkgs;