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
|
;; Tries to connect to httpbin.org
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test/runtests.jl"
|
(substitute* "test/runtests.jl"
|
||||||
(("testhost =") "return #"))
|
(("testhost =") "return #")))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-mbedtls-jll))
|
(list julia-mbedtls-jll))
|
||||||
(home-page "https://github.com/JuliaLang/MbedTLS.jl")
|
(home-page "https://github.com/JuliaLang/MbedTLS.jl")
|
||||||
|
|
Reference in New Issue