guix-commits
[Top][All Lists]
Advanced

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

08/38: gnu: python-pypdf2: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 08/38: gnu: python-pypdf2: Return #t from all phases.
Date: Mon, 25 Jun 2018 22:24:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 60b884669287f888dd5059aed1945164bdf0912f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 12:06:29 2018 +0200

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

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index fb7fd3d..643d21b 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -906,7 +906,7 @@ converter using the Poppler and Cairo libraries.")
             #t))
          (replace 'check
            (lambda _
-             (zero? (system* "python" "-m" "unittest" "Tests.tests")))))))
+             (invoke "python" "-m" "unittest" "Tests.tests"))))))
     (home-page "http://mstamy2.github.com/PyPDF2";)
     (synopsis "Pure Python PDF toolkit")
     (description "PyPDF2 is a pure Python PDF library capable of:



reply via email to

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