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 @@ dependency on it.")
|
||||||
(string-append all "return\n")))
|
(string-append all "return\n")))
|
||||||
(substitute* "test/join.jl"
|
(substitute* "test/join.jl"
|
||||||
(("test (levels\\(outerjoin\\(B)" _ test)
|
(("test (levels\\(outerjoin\\(B)" _ test)
|
||||||
(string-append "test_nowarn " test)))
|
(string-append "test_nowarn " test))))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-dataapi
|
(list julia-dataapi
|
||||||
julia-invertedindices
|
julia-invertedindices
|
||||||
|
|
Reference in a new issue