guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 2be100e06385640cbf7bd86a44238d29352485b2
Author: Greg Hogan <[email protected]>
AuthorDate: Tue Aug 26 14:45:00 2025 +0000
gnu: rapidjson: Pin dependency to old version.
* gnu/packages/web.scm (rapidjson)[inputs]: Replace googletest with
googletest-1.8.
Change-Id: I310fb6785d6e19bb8dbf56c25028587573981a0e
---
gnu/packages/web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5dc0f99602..7965860769 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1824,7 +1824,7 @@ current version of any major web browser.")
(("GTESTSRC_FOUND)")
"GTest_FOUND)")))))))
(native-inputs (list valgrind/pinned))
- (inputs (list googletest))
+ (inputs (list googletest-1.8))
(home-page "https://github.com/Tencent/rapidjson")
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
(description