mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
gnu: julia-fixedpointnumbers: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
@@ -1952,8 +1952,7 @@ using finite difference.")
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(substitute* "test/fixed.jl"
|
||||
;; A deprecation warning is not thrown
|
||||
(("@test_logs.*:warn" all) (string-append "# " all)))
|
||||
#t)))))
|
||||
(("@test_logs.*:warn" all) (string-append "# " all))))))))
|
||||
(propagated-inputs
|
||||
(list julia-compat))
|
||||
(home-page "https://github.com/JuliaMath/FixedPointNumbers.jl")
|
||||
|
||||
Reference in New Issue
Block a user