diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-02-23 14:47:09 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-24 12:20:32 +0200 |
commit | cb31e58bd377e79194db75bcad93334d08f4449c (patch) | |
tree | f92a5ade0e82e5a9f09e09dbb017df3530dde4de /gnu | |
parent | e1bd8725724913feeb900062f356980ee2c56a41 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index e1b59886d6..46b8f28dc4 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -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 |