3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rapidjson: Adjust indentation.

* gnu/packages/web.scm (rapidjson): Reindent.  Remove unnecessary splicing in
arguments while at it.
This commit is contained in:
Marius Bakke 2019-03-15 12:38:43 +01:00
parent ca497b4311
commit df9f515ebc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -766,7 +766,7 @@ current version of any major web browser.")
#t))))
(build-system cmake-build-system)
(arguments
`(,@(if (string-prefix? "aarch64" (or (%current-target-system)
(if (string-prefix? "aarch64" (or (%current-target-system)
(%current-system)))
'(#:phases
(modify-phases %standard-phases
@ -775,7 +775,7 @@ current version of any major web browser.")
(substitute* (find-files "." "^CMakeLists\\.txt$")
(("native") "armv8-a"))
#t))))
'())))
'()))
(home-page "https://github.com/Tencent/rapidjson")
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
(description