mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
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:
parent
8fe6d3e844
commit
2a779dc9bd
1 changed files with 1 additions and 2 deletions
|
@ -1415,8 +1415,7 @@ (define-public yajl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue