guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/23: gnu: python-mpd2: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 15/23: gnu: python-mpd2: Return #t from phases.
Date: Wed, 27 Jun 2018 07:01:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e8e3c3577ad37340583c8e83dff00d5cae4e3805
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 26 17:52:36 2018 +0200

    gnu: python-mpd2: Return #t from phases.
    
    * gnu/packages/mpd.scm (python-mpd2)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/mpd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 3c06fb0..57a04e1 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -276,7 +276,7 @@ information about tracks being played to a scrobbler, such 
as Libre.FM.")
      '(#: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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]