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
|
protobuf
|
||||||
python-wrapper))
|
python-wrapper))
|
||||||
(inputs
|
(inputs
|
||||||
(list abseil-cpp-cxxstd11
|
(list c-ares/cmake
|
||||||
c-ares/cmake
|
|
||||||
openssl
|
openssl
|
||||||
re2
|
re2
|
||||||
zlib))
|
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")
|
(home-page "https://grpc.io")
|
||||||
(synopsis "High performance universal RPC framework")
|
(synopsis "High performance universal RPC framework")
|
||||||
(description "gRPC is a modern high performance @dfn{Remote Procedure Call}
|
(description "gRPC is a modern high performance @dfn{Remote Procedure Call}
|
||||||
|
|
Reference in New Issue