guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 17b6b74aa57dafcb48b2ba0fa8459b93bcb07af9
Author: Greg Hogan <[email protected]>
AuthorDate: Sat Mar 8 19:50:28 2025 +0000
gnu: cmake: Switch to pinned version of jsoncpp.
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]:
Replace jsoncpp with jsoncpp/pinned.
Change-Id: I533ce1ec8a974d2f63f1b9ad218ff9ab63514ac8
---
gnu/packages/cmake.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index cdffa1d3d2..b269365d5a 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -257,7 +257,15 @@ using the CMake build system.")
"!defined(__GNU__)")))))
#~()))))
(inputs
- (list libuv bzip2 curl expat file jsoncpp libarchive rhash zlib))
+ (list bzip2
+ curl
+ expat
+ file
+ jsoncpp/pinned
+ libarchive
+ libuv
+ rhash
+ zlib))
(native-search-paths
(list (search-path-specification
(variable "CMAKE_PREFIX_PATH")