mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add jsoncpp/pinned.
* gnu/packages/serialization.scm (jsoncpp/pinned): New variable. Change-Id: Ib786d68833fb4cadbf80d25673433111982e4430
This commit is contained in:
parent
ae586b4721
commit
ab44a03fc5
1 changed files with 14 additions and 0 deletions
|
|
@ -619,6 +619,20 @@ preserve existing comment in unserialization/serialization steps, making
|
|||
it a convenient format to store user input files.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public jsoncpp/pinned
|
||||
(hidden-package
|
||||
;; Version that rarely changes, depended on by CMake.
|
||||
(package/inherit jsoncpp
|
||||
(version "1.9.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url (package-home-page jsoncpp)) (commit version)))
|
||||
(file-name (git-file-name (package-name jsoncpp) version))
|
||||
(sha256
|
||||
(base32
|
||||
"070xg4i52z3yv5b9bw5k95qskw0daivh0njka87mzj0d3zf1qsyy")))))))
|
||||
|
||||
;; Tensorflow does not build with jsoncpp 1.8.x. It is built with commit
|
||||
;; 4356d9bba191e1e16ce7a92073cbf3e63564e973, which lies between version 1.7.2
|
||||
;; and 1.7.3.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue