gnu: python-pypdf2: Return #t from all phases.
* gnu/packages/pdf.scm (python-pypdf2)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
55492129f5
commit
60b8846692
|
@ -906,7 +906,7 @@ converter using the Poppler and Cairo libraries.")
|
||||||
#t))
|
#t))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "python" "-m" "unittest" "Tests.tests")))))))
|
(invoke "python" "-m" "unittest" "Tests.tests"))))))
|
||||||
(home-page "http://mstamy2.github.com/PyPDF2")
|
(home-page "http://mstamy2.github.com/PyPDF2")
|
||||||
(synopsis "Pure Python PDF toolkit")
|
(synopsis "Pure Python PDF toolkit")
|
||||||
(description "PyPDF2 is a pure Python PDF library capable of:
|
(description "PyPDF2 is a pure Python PDF library capable of:
|
||||||
|
|
Loading…
Reference in New Issue