or-tools: pin protobuf python to python312Packages.protobuf4

This commit is contained in:
Gaetan Lepage 2024-09-02 11:03:56 +02:00
parent 391c332090
commit 4c41bfc129

View File

@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [
abseil-cpp
protobuf
(python.pkgs.protobuf.override { protobuf = protobuf; })
(python.pkgs.protobuf4.override { protobuf = protobuf; })
python.pkgs.numpy
];
nativeCheckInputs = [