rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 40d4b541d994c089ccee3c693dd0e994144031f2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Nov 20 01:01:07 2021 +0100
gnu: python-numba: Remove trailing #T.
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T
from build phase.
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6265770..5ba9b6d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22006,8 +22006,7 @@ validation testing and application logic.")
(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)