gnu: grpc: Build against 'abseil-cpp-cxxstd11'.
* gnu/packages/rpc.scm (grpc)[inputs]: Use ABSEIL-CPP-CXXSTD11.master
parent
4a51c88da8
commit
c7d6fe2792
|
@ -108,7 +108,7 @@
|
|||
(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)
|
||||
|
|
Reference in New Issue