gnu: python-oslosphinx: Use INVOKE.
* gnu/packages/openstack.scm (python-oslosphinx)[arguments]: Use INVOKE.
This commit is contained in:
parent
c8780a1038
commit
c9a65d5c37
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ (define-public python-oslosphinx
|
|||
;; Note: Upstream tests would have also built the release notes.
|
||||
;; That only would work if we were in a git checkout.
|
||||
;; Therefore, we don't do it here.
|
||||
(zero? (system* "python" "setup.py" "build_sphinx")))))))
|
||||
(invoke "python" "setup.py" "build_sphinx"))))))
|
||||
(propagated-inputs
|
||||
`(("python-requests" ,python-requests)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue