mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
2cd8254961
commit
9d8ccc95c7
1 changed files with 1 additions and 2 deletions
|
@ -2363,8 +2363,7 @@ (define-public julia-http
|
|||
(("@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
|
||||
|
|
Loading…
Reference in a new issue