gnu: rapidjson: Update to 1.1.0.
* gnu/packages/web.scm (rapidjson): Update to 1.1.0. [source]: Remove snippet.
This commit is contained in:
parent
f2e1271809
commit
d0386db493
|
@ -449,7 +449,7 @@ current version of any major web browser.")
|
||||||
(define-public rapidjson
|
(define-public rapidjson
|
||||||
(package
|
(package
|
||||||
(name "rapidjson")
|
(name "rapidjson")
|
||||||
(version "1.0.2")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -458,13 +458,7 @@ current version of any major web browser.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rl6s0vg5y1dhh9vfl1lqay3sxf69sxjh0czxrjmasn7ng91wwf3"))
|
"13nrpvw8f1wx0ga7svbzld7pgrv8l172nangpipnj7jaf0lysz5z"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
;; Building with GCC 4.8 with -Werror was fine, but 4.9.3
|
|
||||||
;; complains in new ways, so turn of -Werror.
|
|
||||||
'(substitute* (find-files "." "^CMakeLists\\.txt$")
|
|
||||||
(("-Werror") "")))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(,@(if (string-prefix? "aarch64" (or (%current-target-system)
|
`(,@(if (string-prefix? "aarch64" (or (%current-target-system)
|
||||||
|
|
Loading…
Reference in New Issue