guix-patches
[Top][All Lists]
Advanced

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

[bug#54088] [PATCH v2 11/19] gnu: julia-imagemagick: Delete trailing #t.


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

* gnu/packages/julia-xyz.scm (julia-imagemagick): 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 06f780a6cf..653191cc43 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2598,8 +2598,7 @@ (define-public julia-imagemagick
               ;; Tests with the color gray are hard.
               (substitute* "test/constructed_images.jl"
                 (("test (b == aa)" _ test) (string-append "test_nowarn " test))
-                (("test (B == map)" _ test) (string-append "test_nowarn " 
test)))
-              #t)))))
+                (("test (B == map)" _ test) (string-append "test_nowarn " 
test))))))))
     (propagated-inputs
      (list julia-fileio
            julia-imagecore
-- 
2.34.0






reply via email to

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