File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
development/python-modules/pybind11-protobuf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 abseil-cpp = abseil-cpp_202407 ;
2929 protobuf = protobuf_29 . override { inherit abseil-cpp ; } ;
3030 python-protobuf = python3 . pkgs . protobuf5 . override { inherit protobuf ; } ;
31- pybind11-protobuf = python3 . pkgs . pybind11-protobuf . override { inherit protobuf ; } ;
31+ pybind11-protobuf = python3 . pkgs . pybind11-protobuf . override { protobuf_29 = protobuf ; } ;
3232
3333in
3434stdenv . mkDerivation ( finalAttrs : {
Original file line number Diff line number Diff line change 55 fetchFromGitHub ,
66 cmake ,
77 abseil-cpp ,
8- protobuf ,
8+ protobuf_29 ,
99 pybind11 ,
1010 zlib ,
1111} :
@@ -32,7 +32,7 @@ buildPythonPackage {
3232
3333 buildInputs = [
3434 abseil-cpp
35- protobuf
35+ protobuf_29
3636 pybind11
3737 zlib
3838 ] ;
You can’t perform that action at this time.
0 commit comments