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:
@@ -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; })
|
||||
|
||||
Reference in New Issue
Block a user