efraim pushed a commit to branch master
in repository guix.

commit 9f7b83cb31929450585c57375e4cc14fadf128b3
Author: zimoun <[email protected]>
AuthorDate: Wed Feb 23 14:47:21 2022 +0100

    gnu: julia-stackviews: Delete trailing #t.
    
    * gnu/packages/julia-xyz.scm (julia-stackviews): 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 29c439bb90..a7e79402e0 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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

Reply via email to