gnu: cmake: Switch to pinned version of jsoncpp.

* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]:
Replace jsoncpp with jsoncpp/pinned.

Change-Id: I533ce1ec8a974d2f63f1b9ad218ff9ab63514ac8
This commit is contained in:
Greg Hogan 2025-03-08 19:50:28 +00:00
parent ab44a03fc5
commit c0f03f5b86
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -257,7 +257,15 @@ using the CMake build system.")
"!defined(__GNU__)"))))) "!defined(__GNU__)")))))
#~())))) #~()))))
(inputs (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 (native-search-paths
(list (search-path-specification (list (search-path-specification
(variable "CMAKE_PREFIX_PATH") (variable "CMAKE_PREFIX_PATH")