gnu: python-scikit-build: Fix build.
* gnu/packages/python-xyz.scm (python-scikit-build) [phases]{check}: Add forgotten trailing spaces.master
parent
93baba6475
commit
84f2471136
|
@ -28870,8 +28870,8 @@ and frame grabber interface.")
|
||||||
;; These are not parallel safe and fail
|
;; These are not parallel safe and fail
|
||||||
;; nondeterministically (see:
|
;; nondeterministically (see:
|
||||||
;; https://github.com/scikit-build/scikit-build/issues/711).
|
;; https://github.com/scikit-build/scikit-build/issues/711).
|
||||||
"and not test_generator_cleanup"
|
"and not test_generator_cleanup "
|
||||||
"and not test_generator_selection")))))
|
"and not test_generator_selection ")))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((whl (car (find-files "dist" "\\.whl$"))))
|
(let ((whl (car (find-files "dist" "\\.whl$"))))
|
||||||
|
|
Reference in New Issue