From c61df1792c44e57273232d352e2950174cf5d9cb Mon Sep 17 00:00:00 2001 From: zimoun Date: Wed, 23 Feb 2022 14:47:17 +0100 Subject: gnu: julia-mbedtls: Delete trailing #t. * gnu/packages/julia-xyz.scm (julia-mbedtls): Delete trailing #t. Signed-off-by: Efraim Flashner --- gnu/packages/julia-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/julia-xyz.scm') 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") -- cgit v1.2.3