diff options
author | Greg Hogan <code@greghogan.com> | 2025-03-08 19:50:28 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-07-30 16:28:29 +0000 |
commit | 8a70faa028d30a8575c270e652de7492791783b9 (patch) | |
tree | 75fffba89f9e8d852ce62956eee1e8eecb0ebcb9 | |
parent | 2b5b244fd01110a6103c99feaf74fc3c9674eba2 (diff) |
gnu: cmake: Switch to pinned version of jsoncpp.
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]:
Replace jsoncpp with jsoncpp/pinned.
Change-Id: I533ce1ec8a974d2f63f1b9ad218ff9ab63514ac8
-rw-r--r-- | gnu/packages/cmake.scm | 10 |
1 files changed, 9 insertions, 1 deletions
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") |