[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: yajl: Remove trailing #t from phases.
From: |
guix-commits |
Subject: |
02/04: gnu: yajl: Remove trailing #t from phases. |
Date: |
Mon, 12 Dec 2022 09:34:23 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2a779dc9bdb10fbac4d2a43837e35e6558d1a6e9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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