me
/
guix
Archived
1
0
Fork 0

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>
master
Andrew Whatson 2023-05-03 16:43:35 +10:00 committed by Ludovic Courtès
parent 69a65335f9
commit 61775aad6f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
("re2" ,re2)
("spdlog" ,spdlog-1.10)))
(native-inputs
`(("abseil-cpp" ,abseil-cpp)
`(("abseil-cpp" ,abseil-cpp-cxxstd11)
("googletest" ,googletest)
("openssl" ,openssl)
("pkg-config" ,pkg-config)