Loading pkgs/by-name/or/or-tools/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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: { Loading pkgs/development/python-modules/pybind11-protobuf/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, cmake, abseil-cpp, protobuf, protobuf_29, pybind11, zlib, }: Loading @@ -32,7 +32,7 @@ buildPythonPackage { buildInputs = [ abseil-cpp protobuf protobuf_29 pybind11 zlib ]; Loading Loading
pkgs/by-name/or/or-tools/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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: { Loading
pkgs/development/python-modules/pybind11-protobuf/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, cmake, abseil-cpp, protobuf, protobuf_29, pybind11, zlib, }: Loading @@ -32,7 +32,7 @@ buildPythonPackage { buildInputs = [ abseil-cpp protobuf protobuf_29 pybind11 zlib ]; Loading