nckx pushed a commit to branch master
in repository guix.

commit 2a779dc9bdb10fbac4d2a43837e35e6558d1a6e9
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Dec 4 01:00:04 2022 +0100

    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 @@ 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

Reply via email to