onnxruntime: pin protobuf at 3.19
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user