onnxruntime: pin protobuf at 3.19

This commit is contained in:
Martin Weinelt 2022-09-25 22:00:28 +02:00
parent e453c6bcce
commit 2372c80a1e

View file

@ -4499,7 +4499,9 @@ with pkgs;
online-judge-tools = with python3.pkgs; toPythonApplication online-judge-tools;
onnxruntime = callPackage ../development/libraries/onnxruntime { };
onnxruntime = callPackage ../development/libraries/onnxruntime {
protobuf = protobuf3_19;
};
xkbd = callPackage ../applications/misc/xkbd { };