From 9b6497e5da2c29bfc109a62390071c94684e78d5 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 3 Nov 2021 20:39:58 +0100 Subject: chore(3p): bump NixOS channels to 2021-11-03 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * //third_party/{abseil_cpp, grpc}: fix linker problem by passing the C++ standard to use explicitly. nixpkgs upstream stopped passing this to abseil between bumps and the way this problem manifests itself is linker errors, becauseā€¦ C++, I suppose. Change-Id: I932ea70befee90984ae2e575dfc23f5c601cd289 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3769 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: grfn --- third_party/abseil_cpp/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/abseil_cpp/default.nix') diff --git a/third_party/abseil_cpp/default.nix b/third_party/abseil_cpp/default.nix index c4c1ca174e79..66ab4f6ba143 100644 --- a/third_party/abseil_cpp/default.nix +++ b/third_party/abseil_cpp/default.nix @@ -3,6 +3,7 @@ let inherit (pkgs) cmake fullLlvm11Stdenv; in pkgs.abseil-cpp.override { stdenv = fullLlvm11Stdenv; + cxxStandard = "17"; } /* TODO(tazjin): update abseil subtree -- cgit 1.4.1