guix-commits
[Top][All Lists]
Advanced

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

14/19: gnu: julia-mbedtls: Delete trailing #t.


From: guix-commits
Subject: 14/19: gnu: julia-mbedtls: Delete trailing #t.
Date: Thu, 24 Feb 2022 05:23:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c61df1792c44e57273232d352e2950174cf5d9cb
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Feb 23 14:47:17 2022 +0100

    gnu: julia-mbedtls: Delete trailing #t.
    
    * gnu/packages/julia-xyz.scm (julia-mbedtls): Delete trailing #t.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 a2a2434b34..bf3554b527 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3408,8 +3408,7 @@ may include other factorizations such as the LQ 
factorization.")
             ;; Tries to connect to httpbin.org
             (lambda _
               (substitute* "test/runtests.jl"
-                (("testhost =") "return #"))
-              #t)))))
+                (("testhost =") "return #")))))))
     (propagated-inputs
      (list julia-mbedtls-jll))
     (home-page "https://github.com/JuliaLang/MbedTLS.jl";)



reply via email to

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