me
/
guix
Archived
1
0
Fork 0

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>
zimoun 2022-02-23 14:47:18 +01:00 committed by Efraim Flashner
parent c61df1792c
commit 189248f44a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -4131,8 +4131,7 @@ everything from run time algorithm choice to code generation at compile time.")
(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