mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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")
|
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue