gnu: grpc: Build against 'abseil-cpp-cxxstd11'.

* gnu/packages/rpc.scm (grpc)[inputs]: Use ABSEIL-CPP-CXXSTD11.
This commit is contained in:
Ludovic Courtès 2023-04-20 15:53:50 +02:00
parent 4a51c88da8
commit c7d6fe2792
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -108,7 +108,7 @@ (define-public grpc
(find-files "." "\\.a$"))))
#t)))))
(inputs
(list abseil-cpp c-ares/cmake openssl re2 zlib))
(list abseil-cpp-cxxstd11 c-ares/cmake openssl re2 zlib))
(native-inputs
`(("pkg-config" ,pkg-config)
("protobuf" ,protobuf)