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)
|
||||
(string-append all "return\n"))
|
||||
(("@testset.*Write to file.*" all)
|
||||
(string-append all "return\n")))
|
||||
#t)))))
|
||||
(string-append all "return\n"))))))))
|
||||
(propagated-inputs
|
||||
(list julia-inifile
|
||||
julia-mbedtls
|
||||
|
|
Reference in New Issue