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:
zimoun 2022-02-23 14:47:09 +01:00 committed by Efraim Flashner
parent e1bd872572
commit cb31e58bd3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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