Skip to content
Snippets Groups Projects
Unverified Commit c9a65d5c authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: python-oslosphinx: Use INVOKE.

* gnu/packages/openstack.scm (python-oslosphinx)[arguments]: Use INVOKE.
parent c8780a10
No related branches found
No related tags found
No related merge requests found
...@@ -626,7 +626,7 @@ (define-public python-oslosphinx ...@@ -626,7 +626,7 @@ (define-public python-oslosphinx
;; Note: Upstream tests would have also built the release notes. ;; Note: Upstream tests would have also built the release notes.
;; That only would work if we were in a git checkout. ;; That only would work if we were in a git checkout.
;; Therefore, we don't do it here. ;; Therefore, we don't do it here.
(zero? (system* "python" "setup.py" "build_sphinx"))))))) (invoke "python" "setup.py" "build_sphinx"))))))
(propagated-inputs (propagated-inputs
`(("python-requests" ,python-requests))) `(("python-requests" ,python-requests)))
(native-inputs (native-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment