mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: googletest: Build with python3.
* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2, add python-wrapper.
This commit is contained in:
@@ -497,7 +497,7 @@ test coverage and has a web user interface that will refresh automatically.")
|
||||
(arguments
|
||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||
(native-inputs
|
||||
`(("python-2" ,python-2)))
|
||||
`(("python" ,python-wrapper)))
|
||||
(home-page "https://github.com/google/googletest/")
|
||||
(synopsis "Test discovery and XUnit test framework")
|
||||
(description "Google Test features an XUnit test framework, automated test
|
||||
|
||||
Reference in New Issue
Block a user