diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index efb0313f05..f6e07f4247 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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