me
/
guix
Archived
1
0
Fork 0

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>
zimoun 2022-02-23 14:47:13 +01:00 committed by Efraim Flashner
parent 2cd8254961
commit 9d8ccc95c7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -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