gnu: python-numba: Remove trailing #T.

* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T
from build phase.
This commit is contained in:
Ricardo Wurmus 2021-11-20 01:01:07 +01:00
parent d8b7986769
commit 40d4b541d9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22006,8 +22006,7 @@ (define-public python-numba
(add-after 'unpack 'disable-proprietary-features
(lambda _
(setenv "NUMBA_DISABLE_HSA" "1")
(setenv "NUMBA_DISABLE_CUDA" "1")
#t))
(setenv "NUMBA_DISABLE_CUDA" "1")))
(replace 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)