mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -5563,8 +5563,7 @@ types, modules, and dictionaries.")
|
||||
(lambda* (#:key source outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(chdir
|
||||
(string-append out "/share/julia/loadpath/URIs/test")))
|
||||
#t)))))
|
||||
(string-append out "/share/julia/loadpath/URIs/test"))))))))
|
||||
;; required for tests
|
||||
(inputs (list julia-json))
|
||||
(home-page "https://github.com/JuliaWeb/URIs.jl")
|
||||
|
||||
Reference in New Issue
Block a user