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>
parent
d10e1de7d7
commit
c61df1792c
|
@ -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")
|
||||
|
|
Reference in New Issue