From 2a779dc9bdb10fbac4d2a43837e35e6558d1a6e9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 4 Dec 2022 01:00:04 +0100 Subject: [PATCH] gnu: yajl: Remove trailing #t from phases. * gnu/packages/web.scm (yajl)[arguments]: Don't explicitly return #t from phases. --- gnu/packages/web.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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