mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 03:50:57 +03:00
protobuf_23: fix build
This commit is contained in:
parent
56614a4a4a
commit
6596b0be53
@ -24235,7 +24235,9 @@ with pkgs;
|
||||
|
||||
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
|
||||
protobuf_24 = callPackage ../development/libraries/protobuf/24.nix { };
|
||||
protobuf_23 = callPackage ../development/libraries/protobuf/23.nix { };
|
||||
protobuf_23 = callPackage ../development/libraries/protobuf/23.nix {
|
||||
abseil-cpp = abseil-cpp_202301;
|
||||
};
|
||||
protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {
|
||||
abseil-cpp = abseil-cpp_202103;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user