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
2 changed files with 0 additions and 5 deletions
@@ -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; })