me
/
guix
Archived
1
0
Fork 0

gnu: python-scikit-build: Fix build.

* gnu/packages/python-xyz.scm (python-scikit-build)
[phases]{check}: Add forgotten trailing spaces.
master
Maxim Cournoyer 2022-05-12 16:24:49 -04:00
parent 93baba6475
commit 84f2471136
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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$"))))