google-cloud-cpp: use abseil-cpp propagated from grpc

It's not the same version and now this difference would break the build.
This commit is contained in:
Vladimír Čunát 2022-10-30 09:13:59 +01:00
parent a7989ee51a
commit 823f0f1ef0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 0 additions and 5 deletions

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, abseil-cpp
, c-ares
, cmake
, crc32c
@ -66,7 +65,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
abseil-cpp
c-ares
crc32c
(curl.override { inherit openssl; })

View file

@ -7360,9 +7360,6 @@ with pkgs;
google-cloud-cpp = callPackage ../development/libraries/google-cloud-cpp {
openssl = openssl_1_1;
abseil-cpp = abseil-cpp.override {
cxxStandard = "14";
};
};
google-java-format = callPackage ../development/tools/google-java-format { };