efraim pushed a commit to branch master
in repository guix.
commit e54c5b29afe7415b38341f25c7804105c92b1d28
Author: zimoun <[email protected]>
AuthorDate: Wed Feb 23 14:47:11 2022 +0100
gnu: julia-finitediff: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-finitediff): Delete trailing #t.
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/julia-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 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