mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: grpc: Build against 'abseil-cpp-cxxstd11'.
* gnu/packages/rpc.scm (grpc)[inputs]: Use ABSEIL-CPP-CXXSTD11.
This commit is contained in:
parent
4a51c88da8
commit
c7d6fe2792
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue