guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: python-oslosphinx: Use INVOKE.


From: guix-commits
Subject: 02/09: gnu: python-oslosphinx: Use INVOKE.
Date: Fri, 25 Jan 2019 09:18:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c9a65d5c37a4d2843b44cb9e77a9fc320e2609db
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 14:09:36 2019 +0100

    gnu: python-oslosphinx: Use INVOKE.
    
    * gnu/packages/openstack.scm (python-oslosphinx)[arguments]: Use INVOKE.
---
 gnu/packages/openstack.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index fa99ffb..2906a57 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -626,7 +626,7 @@ and building documentation from them.")
              ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]