guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54088] [PATCH v2 08/19] gnu: julia-finitediff: Delete trailing #t.


From: zimoun
Subject: [bug#54088] [PATCH v2 08/19] gnu: julia-finitediff: Delete trailing #t.
Date: Wed, 23 Feb 2022 14:47:11 +0100

* gnu/packages/julia-xyz.scm (julia-finitediff): Delete trailing #t.
---
 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 4709aa9d89..cedb11bf9b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1884,8 +1884,7 @@ (define-public julia-finitediff
             (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
-- 
2.34.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]