gnu: julia-prettytables: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
parent
c61df1792c
commit
189248f44a
|
@ -4131,8 +4131,7 @@ everything from run time algorithm choice to code generation at compile time.")
|
||||||
(add-after 'link-depot 'skip-color-tests
|
(add-after 'link-depot 'skip-color-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test/text_backend.jl"
|
(substitute* "test/text_backend.jl"
|
||||||
((".*colors\\.jl.*") ""))
|
((".*colors\\.jl.*") "")))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-crayons
|
(list julia-crayons
|
||||||
julia-formatting
|
julia-formatting
|
||||||
|
|
Reference in New Issue