mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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>
This commit is contained in:
parent
c61df1792c
commit
189248f44a
1 changed files with 1 additions and 2 deletions
|
@ -4131,8 +4131,7 @@ (define-public julia-prettytables
|
|||
(add-after 'link-depot 'skip-color-tests
|
||||
(lambda _
|
||||
(substitute* "test/text_backend.jl"
|
||||
((".*colors\\.jl.*") ""))
|
||||
#t)))))
|
||||
((".*colors\\.jl.*") "")))))))
|
||||
(propagated-inputs
|
||||
(list julia-crayons
|
||||
julia-formatting
|
||||
|
|
Loading…
Reference in a new issue