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))))
|
||||
(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
|
||||
|
|
Reference in New Issue