me
/
guix
Archived
1
0
Fork 0

gnu: jsoncpp: Build shared libraries.

* gnu/packages/serialization.scm (jsoncpp)[arguments]: New field.
master
Eric Bavier 2016-12-01 22:11:21 -06:00
parent a4b0bfb195
commit 996f5ece8c
No known key found for this signature in database
GPG Key ID: 1EBBD204781F962C
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ serialization.")
"15wg14480lrbrhc2myk9rwpwb2gzix9bk80p4y7gxg3zrzml0xh8"))))
(build-system cmake-build-system)
(home-page "https://github.com/open-source-parsers/jsoncpp")
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS:BOOL=YES")))
(synopsis "C++ library for interacting with JSON")
(description "JsonCpp is a C++ library that allows manipulating JSON values,
including serialization and deserialization to and from strings. It can also