Archived
1
0
Fork 0

gnu: julia-pycall: Delete trailing #t.

* gnu/packages/julia-xyz.scm (julia-pycall): Delete trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
zimoun 2022-02-23 14:47:19 +01:00 committed by Efraim Flashner
parent 189248f44a
commit adb44d17dd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4175,8 +4175,7 @@ human-readable format.")
"test/runtests.jl") "test/runtests.jl")
(("import Conda") "")) (("import Conda") ""))
(substitute* "deps/depsutils.jl" (substitute* "deps/depsutils.jl"
(("Conda.PYTHONDIR") "\"/\"")) (("Conda.PYTHONDIR") "\"/\""))))
#t))
(add-after 'link-depot 'set-python (add-after 'link-depot 'set-python
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
(let ((python (assoc-ref inputs "python"))) (let ((python (assoc-ref inputs "python")))
@ -4196,13 +4195,11 @@ human-readable format.")
python python
(python:python-version python) (python:python-version python)
python python
#$(package-version python)))) #$(package-version python)))))))
#t)))
(add-before 'check 'pre-check (add-before 'check 'pre-check
(lambda _ (lambda _
(setenv "CI" "true") (setenv "CI" "true")
(setenv "JULIA_PKGEVAL" "true") (setenv "JULIA_PKGEVAL" "true"))))))
#t)))))
(propagated-inputs (propagated-inputs
(list julia-macrotools (list julia-macrotools
julia-versionparsing)) julia-versionparsing))