From 5d9908c47660588bde4037ce85475bdb9b6eb189 Mon Sep 17 00:00:00 2001 From: zimoun Date: Wed, 23 Feb 2022 14:47:14 +0100 Subject: gnu: julia-imagemagick: Delete trailing #t. * gnu/packages/julia-xyz.scm (julia-imagemagick): Delete trailing #t. Signed-off-by: Efraim Flashner --- gnu/packages/julia-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/julia-xyz.scm') 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 -- cgit v1.2.3