guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54088] [PATCH v2 15/19] gnu: julia-prettytables: Delete trailing #t


From: zimoun
Subject: [bug#54088] [PATCH v2 15/19] gnu: julia-prettytables: Delete trailing #t.
Date: Wed, 23 Feb 2022 14:47:18 +0100

* gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t.
---
 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 55a97b6aa1..10d311247c 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4140,8 +4140,7 @@ (define-public julia-prettytables
           (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
-- 
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]