guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 2e25069e5ec2863ccd1449fcd468abc68d9381cb Author: Nicolas Graves <[email protected]> AuthorDate: Tue Apr 14 01:32:26 2026 +0200 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 <[email protected]> --- gnu/packages/check.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 776c58b170..3471434b2f 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1139,8 +1139,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
