mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: julia-finitediff: Delete trailing #t.
* gnu/packages/julia-xyz.scm (julia-finitediff): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7df9ba152c
commit
e54c5b29af
1 changed files with 1 additions and 2 deletions
|
@ -1875,8 +1875,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
|
||||
|
|
Loading…
Reference in a new issue