guix-commits
[Top][All Lists]
Advanced

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

11/19: gnu: julia-imagemagick: Delete trailing #t.


From: guix-commits
Subject: 11/19: gnu: julia-imagemagick: Delete trailing #t.
Date: Thu, 24 Feb 2022 05:23:45 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5d9908c47660588bde4037ce85475bdb9b6eb189
Author: zimoun <zimon.toutoune@gmail.com>
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 <efraim@flashner.co.il>
---
 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

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