gnu: googletest: Build with python3.
* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2, add python-wrapper.
This commit is contained in:
parent
d8f8adfebf
commit
183fd2070c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue