mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.pybind11-protobuf: unbreak
This commit is contained in:
parent
0fc62b070c
commit
b5cc0da768
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ let
|
|||
abseil-cpp = abseil-cpp_202407;
|
||||
protobuf = protobuf_29.override { inherit abseil-cpp; };
|
||||
python-protobuf = python3.pkgs.protobuf5.override { inherit protobuf; };
|
||||
pybind11-protobuf = python3.pkgs.pybind11-protobuf.override { inherit protobuf; };
|
||||
pybind11-protobuf = python3.pkgs.pybind11-protobuf.override { protobuf_29 = protobuf; };
|
||||
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
fetchFromGitHub,
|
||||
cmake,
|
||||
abseil-cpp,
|
||||
protobuf,
|
||||
protobuf_29,
|
||||
pybind11,
|
||||
zlib,
|
||||
}:
|
||||
|
@ -32,7 +32,7 @@ buildPythonPackage {
|
|||
|
||||
buildInputs = [
|
||||
abseil-cpp
|
||||
protobuf
|
||||
protobuf_29
|
||||
pybind11
|
||||
zlib
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue