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 @@ and building documentation from them.")
|
||||||
;; 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
|
||||||
|
|
Reference in a new issue