mcomix: Disable test suite for now

Regression introduced by
94351197cd

Exactly the same problem (and solution) that here:
bd2aeb4883
This commit is contained in:
José Luis Lafuente 2017-09-04 11:49:51 +02:00
parent 65e6a7e0ec
commit 4912c68aca
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A

View file

@ -11,6 +11,10 @@ python27Packages.buildPythonApplication rec {
propagatedBuildInputs = with python27Packages; [ pygtk pillow ];
postPatch = ''
sed -i -e '/test_suite/d' setup.py
'';
meta = {
description = "Image viewer designed to handle comic books";