gnu: yajl: Remove trailing #t from phases.

* gnu/packages/web.scm (yajl)[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-04 01:00:04 +01:00
parent 8fe6d3e844
commit 2a779dc9bd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -1415,8 +1415,7 @@ style API.")
(add-after 'patch-source-shebangs 'patch-tests
(lambda _
(substitute* "test/parsing/run_tests.sh"
(("`which echo`") (which "echo")))
#t)))))
(("`which echo`") (which "echo"))))))))
(home-page "https://lloyd.github.io/yajl/")
(synopsis "C library for parsing JSON")
(description