mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
or-tools: pin protobuf python to python312Packages.protobuf4
This commit is contained in:
parent
391c332090
commit
4c41bfc129
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user