gnu: julia-stackviews: Delete trailing #t.
authorzimoun <zimon.toutoune@gmail.com>
Wed, 23 Feb 2022 13:47:21 +0000 (14:47 +0100)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 24 Feb 2022 10:20:35 +0000 (12:20 +0200)
* gnu/packages/julia-xyz.scm (julia-stackviews): Delete trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/julia-xyz.scm

index 29c439b..a7e7940 100644 (file)
@@ -4990,8 +4990,7 @@ some performance improvements).")
           (add-after 'link-depot 'skip-doctest
             (lambda _
               (substitute* "test/runtests.jl"
-                ((".*doctest.*") ""))
-              #t)))))
+                ((".*doctest.*") "")))))))
     (propagated-inputs
      (list julia-offsetarrays))
     (native-inputs