efraim pushed a commit to branch master
in repository guix.
commit c61df1792c44e57273232d352e2950174cf5d9cb
Author: zimoun <[email protected]>
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 <[email protected]>
---
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")