onnxruntime: pin protobuf at 3.19

This commit is contained in:
Martin Weinelt
2022-09-25 23:12:10 +02:00
parent e453c6bcce
commit 2372c80a1e
+3 -1
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 { };