diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-02-23 14:47:13 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-24 12:20:33 +0200 |
commit | 9d8ccc95c7471d9670a5b79279cd6a5a6e1b0779 (patch) | |
tree | f7aafd4938b4ac28a65b7d17529405ff51693ef4 /gnu | |
parent | 2cd8254961ed09751b6add2c63571198d82e4468 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 11326ff4da..ef77d1cbf5 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -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 |