diff options
-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 30b5cd5ffa..0a2a6636c5 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1875,8 +1875,7 @@ following types: @code{Eye}, @code{Fill}, @code{Ones}, @code{Zeros}, (lambda _ ;; We don't want to run all the tests; the Downstream tests ;; try to download the package registry. - (setenv "GROUP" "Core") - #t))))) + (setenv "GROUP" "Core")))))) (propagated-inputs (list julia-arrayinterface julia-requires |