mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
642fef9324
commit
9f7b83cb31
1 changed files with 1 additions and 2 deletions
|
@ -4990,8 +4990,7 @@ (define-public julia-stackviews
|
|||
(add-after 'link-depot 'skip-doctest
|
||||
(lambda _
|
||||
(substitute* "test/runtests.jl"
|
||||
((".*doctest.*") ""))
|
||||
#t)))))
|
||||
((".*doctest.*") "")))))))
|
||||
(propagated-inputs
|
||||
(list julia-offsetarrays))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue