me
/
guix
Archived
1
0
Fork 0

gnu: grpc: Build against 'abseil-cpp-cxxstd11'.

* gnu/packages/rpc.scm (grpc)[inputs]: Use ABSEIL-CPP-CXXSTD11.
master
Ludovic Courtès 2023-04-20 15:53:50 +02:00
parent 4a51c88da8
commit c7d6fe2792
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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