guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54088] [PATCH v2 09/19] gnu: julia-fixedpointnumbers: Delete traili


From: zimoun
Subject: [bug#54088] [PATCH v2 09/19] gnu: julia-fixedpointnumbers: Delete trailing #t.
Date: Wed, 23 Feb 2022 14:47:12 +0100

* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Delete trailing #t.
---
 gnu/packages/julia-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index cedb11bf9b..07ac7172da 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1961,8 +1961,7 @@ (define-public julia-fixedpointnumbers
             (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";)
-- 
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]