mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-29 11:49:31 +02:00
gnu: googletest: Drop input labels.
* gnu/packages/check.scm (googletest)[native-inputs]: Drop input labels. Change-Id: I588976a404ebeb2613ccc13d52b9a4d5b1de5903 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
This commit is contained in:
committed by
Nguyễn Gia Phong
parent
4a4ef229e6
commit
da8f3beef2
@@ -1140,8 +1140,7 @@ Anything Protocol} compliant programs can also be executed through Kyua.")
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
(native-inputs (list 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