gnu: rapidjson: Adjust indentation.
* gnu/packages/web.scm (rapidjson): Reindent. Remove unnecessary splicing in arguments while at it.master
parent
ca497b4311
commit
df9f515ebc
|
@ -766,7 +766,7 @@ current version of any major web browser.")
|
||||||
#t))))
|
#t))))
|
||||||
(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)
|
||||||
(%current-system)))
|
(%current-system)))
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -775,7 +775,7 @@ current version of any major web browser.")
|
||||||
(substitute* (find-files "." "^CMakeLists\\.txt$")
|
(substitute* (find-files "." "^CMakeLists\\.txt$")
|
||||||
(("native") "armv8-a"))
|
(("native") "armv8-a"))
|
||||||
#t))))
|
#t))))
|
||||||
'())))
|
'()))
|
||||||
(home-page "https://github.com/Tencent/rapidjson")
|
(home-page "https://github.com/Tencent/rapidjson")
|
||||||
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
|
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue