From 189248f44ac323ca83432fdc07f60f0078e3817d Mon Sep 17 00:00:00 2001 From: zimoun Date: Wed, 23 Feb 2022 14:47:18 +0100 Subject: gnu: julia-prettytables: Delete trailing #t. * gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t. Signed-off-by: Efraim Flashner --- 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 -- cgit v1.2.3