mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: julia-dataframes: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-dataframes): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e1bd872572
commit
cb31e58bd3
1 changed files with 1 additions and 2 deletions
|
@ -1171,8 +1171,7 @@ (define-public julia-dataframes
|
|||
(string-append all "return\n")))
|
||||
(substitute* "test/join.jl"
|
||||
(("test (levels\\(outerjoin\\(B)" _ test)
|
||||
(string-append "test_nowarn " test)))
|
||||
#t)))))
|
||||
(string-append "test_nowarn " test))))))))
|
||||
(propagated-inputs
|
||||
(list julia-dataapi
|
||||
julia-invertedindices
|
||||
|
|
Loading…
Reference in a new issue