Skip to content

Commit

Permalink
protobuf3_20: remove (#334067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 23, 2024
2 parents 656b40c + 2cc1c9e commit 65c7a01
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 74 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/libraries/protobuf/3.20.nix

This file was deleted.

59 changes: 0 additions & 59 deletions pkgs/development/libraries/protobuf/generic-v3.nix

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22565,9 +22565,6 @@ with pkgs;
protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {
abseil-cpp = abseil-cpp_202103;
};
protobuf3_20 = callPackage ../development/libraries/protobuf/3.20.nix {
abseil-cpp = abseil-cpp_202103;
};
})
protobuf_28
protobuf_27
Expand All @@ -22576,7 +22573,6 @@ with pkgs;
protobuf_24
protobuf_23
protobuf_21
protobuf3_20
;

protobufc = callPackage ../development/libraries/protobufc { };
Expand Down
5 changes: 0 additions & 5 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10724,11 +10724,6 @@ self: super: with self; {

proto-plus = callPackage ../development/python-modules/proto-plus { };

# Protobuf 3.x
protobuf3 = callPackage ../development/python-modules/protobuf/3.nix {
protobuf = pkgs.protobuf3_20;
};

# Protobuf 4.x
protobuf4 = callPackage ../development/python-modules/protobuf/4.nix {
protobuf = pkgs.protobuf_25;
Expand Down

0 comments on commit 65c7a01

Please sign in to comment.