mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user