diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-07T23·13+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-08T17·21+0000 |
commit | 64b89b528794b3bd29e54a465696e3a7255f9c40 (patch) | |
tree | dd167b0c33d64640647c296352a2e92f3791ffe9 /third_party/protobuf | |
parent | aa96c3bd833283af1a9bdb7e5a6787a4e9201b57 (diff) |
chore(3p): remove abseil_cpp, grpc, protobuf, re2 r/3795
We're now using the upstream versions of all of these with minor overrides, no separate nonsense required. Change-Id: I61ace7ccf7ff807ef3c7219b36e08629a2251699 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5246 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/protobuf')
-rw-r--r-- | third_party/protobuf/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/protobuf/default.nix b/third_party/protobuf/default.nix deleted file mode 100644 index b30ff9de918c..000000000000 --- a/third_party/protobuf/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -# Pin protobuf to version 3.12, with LLVM. -{ depot, pkgs, ... }: - -pkgs.callPackage "${pkgs.path}/pkgs/development/libraries/protobuf/generic-v3.nix" { - version = "3.12.2"; - sha256 = "1lp368aa206vpic9fmax4k6llnmf28plfvkkm4vqhgphmjqykvl2"; - stdenv = pkgs.fullLlvm11Stdenv; - buildPackages = { - inherit (pkgs) which; - stdenv = pkgs.fullLlvm11Stdenv; - }; -} |