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>
parent
e1bd872572
commit
cb31e58bd3
|
@ -1171,8 +1171,7 @@ dependency on it.")
|
|||
(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
|
||||
|
|
Reference in New Issue