mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue