[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54088] [PATCH v2 16/19] gnu: julia-pycall: Delete trailing #t.
From: |
zimoun |
Subject: |
[bug#54088] [PATCH v2 16/19] gnu: julia-pycall: Delete trailing #t. |
Date: |
Wed, 23 Feb 2022 14:47:19 +0100 |
* gnu/packages/julia-xyz.scm (julia-pycall): Delete trailing #t.
---
gnu/packages/julia-xyz.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 10d311247c..e95c51a167 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4184,8 +4184,7 @@ (define-public julia-pycall
"test/runtests.jl")
(("import Conda") ""))
(substitute* "deps/depsutils.jl"
- (("Conda.PYTHONDIR") "\"/\""))
- #t))
+ (("Conda.PYTHONDIR") "\"/\""))))
(add-after 'link-depot 'set-python
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((python (assoc-ref inputs "python")))
@@ -4205,13 +4204,11 @@ (define-public julia-pycall
python
(python:python-version python)
python
- #$(package-version python))))
- #t)))
+ #$(package-version python)))))))
(add-before 'check 'pre-check
(lambda _
(setenv "CI" "true")
- (setenv "JULIA_PKGEVAL" "true")
- #t)))))
+ (setenv "JULIA_PKGEVAL" "true"))))))
(propagated-inputs
(list julia-macrotools
julia-versionparsing))
--
2.34.0
- [bug#54088] [PATCH v2 10/19] gnu: julia-http: Delete trailing #t., (continued)
- [bug#54088] [PATCH v2 10/19] gnu: julia-http: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 09/19] gnu: julia-fixedpointnumbers: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 13/19] gnu: julia-matrixfactorizations: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 11/19] gnu: julia-imagemagick: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 18/19] gnu: julia-stackviews: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 19/19] gnu: julia-uris: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 12/19] gnu: julia-infinity: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 14/19] gnu: julia-mbedtls: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 17/19] gnu: julia-quadmath: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 15/19] gnu: julia-prettytables: Delete trailing #t., zimoun, 2022/02/23
- [bug#54088] [PATCH v2 16/19] gnu: julia-pycall: Delete trailing #t.,
zimoun <=