gnu: python-setproctitle: Use INVOKE.
* gnu/packages/python.scm (python-setproctitle)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
3d190d6a21
commit
b733dbc0fb
|
@ -10482,7 +10482,7 @@ theme for the Sphinx documentation system. It's the default theme of Sphinx.")
|
|||
(setenv "CC" "gcc")
|
||||
;; No need to extend PYTHONPATH to find the built package, since
|
||||
;; the Makefile will build anyway
|
||||
(zero? (system* "make" "check")))))))
|
||||
(invoke "make" "check"))))))
|
||||
(native-inputs
|
||||
`(("procps" ,procps))) ; required for tests
|
||||
(home-page
|
||||
|
|
Loading…
Reference in New Issue