mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
ab44a03fc5
commit
c0f03f5b86
1 changed files with 9 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue