python313Packages.pybind11-protobuf: unbreak (#426630)

This commit is contained in:
Weijia Wang
2025-07-19 20:03:30 +02:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
cmake,
abseil-cpp,
abseil-cpp_202407, # downgrade, same reason as toplevel protobuf_29
protobuf_29,
pybind11,
zlib,
@@ -31,7 +31,7 @@ buildPythonPackage {
nativeBuildInputs = [ cmake ];
buildInputs = [
abseil-cpp
abseil-cpp_202407
protobuf_29
pybind11
zlib