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>
This commit is contained in:
zimoun 2022-02-23 14:47:14 +01:00 committed by Efraim Flashner
parent 9d8ccc95c7
commit 5d9908c476
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2589,8 +2589,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