gnu: googletest: Build with python3.

* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2,
add python-wrapper.
This commit is contained in:
Efraim Flashner 2019-11-28 20:04:49 +02:00
parent d8f8adfebf
commit 183fd2070c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -497,7 +497,7 @@ (define-public googletest
(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