mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: bear: Build against 'abseil-cpp-cxxstd11'.
Fixes a linker error when building bear, caused by incompatibility between abseil-cpp used by bear and abseil-cpp-cxxstd11 used by grpc. * gnu/packages/build-tools.scm (bear)[native-inputs]: Use ABSEIL-CPP-CXXSTD11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
69a65335f9
commit
61775aad6f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ (define-public bear
|
||||||
("re2" ,re2)
|
("re2" ,re2)
|
||||||
("spdlog" ,spdlog-1.10)))
|
("spdlog" ,spdlog-1.10)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("abseil-cpp" ,abseil-cpp)
|
`(("abseil-cpp" ,abseil-cpp-cxxstd11)
|
||||||
("googletest" ,googletest)
|
("googletest" ,googletest)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue