me
/
guix
Archived
1
0
Fork 0

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>
zimoun 2022-02-23 14:47:21 +01:00 committed by Efraim Flashner
parent 642fef9324
commit 9f7b83cb31
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View 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