mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-mpd2: Return #t from phases.
* gnu/packages/mpd.scm (python-mpd2)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
9cbd819ab7
commit
e8e3c3577a
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ (define-public python-mpd2
|
|||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _ (zero? (system* "python" "mpd_test.py")))))))
|
||||
(lambda _ (invoke "python" "mpd_test.py"))))))
|
||||
(native-inputs `(("python-mock" ,python-mock)))
|
||||
(home-page "https://github.com/Mic92/python-mpd2")
|
||||
(synopsis "Python MPD client library")
|
||||
|
|
Loading…
Reference in a new issue