gnu: python-setproctitle: Use INVOKE.

* gnu/packages/python.scm (python-setproctitle)[arguments]: Substitute
INVOKE for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-25 10:15:37 +02:00
parent 3d190d6a21
commit b733dbc0fb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -10482,7 +10482,7 @@ theme for the Sphinx documentation system. It's the default theme of Sphinx.")
(setenv "CC" "gcc") (setenv "CC" "gcc")
;; No need to extend PYTHONPATH to find the built package, since ;; No need to extend PYTHONPATH to find the built package, since
;; the Makefile will build anyway ;; the Makefile will build anyway
(zero? (system* "make" "check"))))))) (invoke "make" "check"))))))
(native-inputs (native-inputs
`(("procps" ,procps))) ; required for tests `(("procps" ,procps))) ; required for tests
(home-page (home-page