mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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:
parent
e54c5b29af
commit
2cd8254961
1 changed files with 1 additions and 2 deletions
|
@ -1952,8 +1952,7 @@ (define-public julia-fixedpointnumbers
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(substitute* "test/fixed.jl"
|
(substitute* "test/fixed.jl"
|
||||||
;; A deprecation warning is not thrown
|
;; A deprecation warning is not thrown
|
||||||
(("@test_logs.*:warn" all) (string-append "# " all)))
|
(("@test_logs.*:warn" all) (string-append "# " all))))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-compat))
|
(list julia-compat))
|
||||||
(home-page "https://github.com/JuliaMath/FixedPointNumbers.jl")
|
(home-page "https://github.com/JuliaMath/FixedPointNumbers.jl")
|
||||||
|
|
Loading…
Reference in a new issue