gnu: julia-http: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-http): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
parent
2cd8254961
commit
9d8ccc95c7
|
@ -2363,8 +2363,7 @@ library for parsing HTML.")
|
||||||
(("@testset.*Body - .*" all)
|
(("@testset.*Body - .*" all)
|
||||||
(string-append all "return\n"))
|
(string-append all "return\n"))
|
||||||
(("@testset.*Write to file.*" all)
|
(("@testset.*Write to file.*" all)
|
||||||
(string-append all "return\n")))
|
(string-append all "return\n"))))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-inifile
|
(list julia-inifile
|
||||||
julia-mbedtls
|
julia-mbedtls
|
||||||
|
|
Reference in New Issue