gnu: grpc: Propagate abseil-cpp-cxxstd11.
* gnu/packages/rpc.scm (grpc) [native-inputs]: Move abseil-cpp-cxxstd11 to... [propagated-inputs]: ... here. Change-Id: I5bceefa762494423c0bc40b559bcf243ecdf85d8master
parent
7fd2f2e6fd
commit
f8346ecb2e
|
@ -107,11 +107,14 @@
|
|||
protobuf
|
||||
python-wrapper))
|
||||
(inputs
|
||||
(list abseil-cpp-cxxstd11
|
||||
c-ares/cmake
|
||||
(list c-ares/cmake
|
||||
openssl
|
||||
re2
|
||||
zlib))
|
||||
(propagated-inputs
|
||||
;; Abseil libraries are in the 'Requires' field of the various gRPC
|
||||
;; pkg-config files.
|
||||
(list abseil-cpp-cxxstd11))
|
||||
(home-page "https://grpc.io")
|
||||
(synopsis "High performance universal RPC framework")
|
||||
(description "gRPC is a modern high performance @dfn{Remote Procedure Call}
|
||||
|
|
Reference in New Issue