gnu: julia-uris: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-uris): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9f7b83cb31
commit
ef80bec260
1 changed files with 1 additions and 2 deletions
|
@ -5563,8 +5563,7 @@ types, modules, and dictionaries.")
|
||||||
(lambda* (#:key source outputs #:allow-other-keys)
|
(lambda* (#:key source outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(chdir
|
(chdir
|
||||||
(string-append out "/share/julia/loadpath/URIs/test")))
|
(string-append out "/share/julia/loadpath/URIs/test"))))))))
|
||||||
#t)))))
|
|
||||||
;; required for tests
|
;; required for tests
|
||||||
(inputs (list julia-json))
|
(inputs (list julia-json))
|
||||||
(home-page "https://github.com/JuliaWeb/URIs.jl")
|
(home-page "https://github.com/JuliaWeb/URIs.jl")
|
||||||
|
|
Reference in a new issue