mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:27:43 +00:00
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:
parent
a7989ee51a
commit
823f0f1ef0
@ -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; })
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user