frigate: drop onnxruntime override
This was for protobuf coexistence between onnxruntime and tensorflow and is not needed any longer.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user