me
/
guix
Archived
1
0
Fork 0

gnu: grpc: Propagate abseil-cpp-cxxstd11.

* gnu/packages/rpc.scm (grpc) [native-inputs]: Move abseil-cpp-cxxstd11 to...
[propagated-inputs]: ... here.

Change-Id: I5bceefa762494423c0bc40b559bcf243ecdf85d8
master
Maxim Cournoyer 2024-05-07 21:21:21 -04:00
parent 7fd2f2e6fd
commit f8346ecb2e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 2 deletions

View File

@ -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}