efraim pushed a commit to branch master
in repository guix.

commit 5d9908c47660588bde4037ce85475bdb9b6eb189
Author: zimoun <[email protected]>
AuthorDate: Wed Feb 23 14:47:14 2022 +0100

    gnu: julia-imagemagick: Delete trailing #t.
    
    * gnu/packages/julia-xyz.scm (julia-imagemagick): 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 ef77d1cbf5..8c1677d0c7 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2589,8 +2589,7 @@ be downscaled to fit into the size of your active 
terminal session.")
               ;; 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

Reply via email to