efraim pushed a commit to branch master
in repository guix.
commit 189248f44ac323ca83432fdc07f60f0078e3817d
Author: zimoun <[email protected]>
AuthorDate: Wed Feb 23 14:47:18 2022 +0100
gnu: julia-prettytables: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t.
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/julia-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index bf3554b527..14a7f8ece1 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4131,8 +4131,7 @@ everything from run time algorithm choice to code
generation at compile time.")
(add-after 'link-depot 'skip-color-tests
(lambda _
(substitute* "test/text_backend.jl"
- ((".*colors\\.jl.*") ""))
- #t)))))
+ ((".*colors\\.jl.*") "")))))))
(propagated-inputs
(list julia-crayons
julia-formatting