about summary refs log tree commit diff
path: root/third_party/abseil_cpp/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-02-07T23·13+0300
committerclbot <clbot@tvl.fyi>2022-02-08T17·21+0000
commit64b89b528794b3bd29e54a465696e3a7255f9c40 (patch)
treedd167b0c33d64640647c296352a2e92f3791ffe9 /third_party/abseil_cpp/default.nix
parentaa96c3bd833283af1a9bdb7e5a6787a4e9201b57 (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/abseil_cpp/default.nix')
-rw-r--r--third_party/abseil_cpp/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/abseil_cpp/default.nix b/third_party/abseil_cpp/default.nix
deleted file mode 100644
index bfc8383117..0000000000
--- a/third_party/abseil_cpp/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs, lib, ... }:
-
-let inherit (pkgs) cmake fullLlvm11Stdenv;
-in pkgs.abseil-cpp.override {
-  stdenv = fullLlvm11Stdenv;
-  cxxStandard = "17";
-}