diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-02-23 14:47:21 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-24 12:20:35 +0200 |
commit | 9f7b83cb31929450585c57375e4cc14fadf128b3 (patch) | |
tree | 0a105e6cdcff24c1393bb71dc1de5f12acc5b148 | |
parent | 642fef93240f289a82b5775c39e452fd4a9aae4f (diff) |
gnu: julia-stackviews: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-stackviews): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/julia-xyz.scm | 3 |
1 files changed, 1 insertions, 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 |