mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: abseil-cpp: Re-enable testing.
* gnu/packages/cpp.scm (abseil-cpp)[arguments]<#:configure-flags>: Match upstream rename of BUILD_TESTING to ABSL_BUILD_TESTING. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
85c7e40ca8
commit
5339cb1161
1 changed files with 1 additions and 1 deletions
|
@ -1038,7 +1038,7 @@ (define-public abseil-cpp
|
|||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
((#:configure-flags flags)
|
||||
`(cons* "-DBUILD_TESTING=ON"
|
||||
`(cons* "-DABSL_BUILD_TESTING=ON"
|
||||
(delete "-DABSL_RUN_TESTS=ON" ,flags))))))))
|
||||
|
||||
(define-public pegtl
|
||||
|
|
Loading…
Reference in a new issue