mcomix: fixup

MComix is failing in the check phase; so, we'll not check it.
This commit is contained in:
AndersonTorres 2017-09-08 11:20:44 -03:00 committed by Robin Gloster
parent a34d2ab2d6
commit f93a019816

View File

@ -11,13 +11,10 @@ python27Packages.buildPythonApplication rec {
propagatedBuildInputs = with python27Packages; [ pygtk pillow ];
postPatch = ''
sed -i -e '/test_suite/d' setup.py
'';
doCheck = false;
meta = {
description = "Image viewer designed to handle comic books";
longDescription = ''
MComix is an user-friendly, customizable image viewer. It is specifically
designed to handle comic books, but also serves as a generic viewer.
@ -28,9 +25,10 @@ python27Packages.buildPythonApplication rec {
MComix is a fork of the Comix project, and aims to add bug fixes and
stability improvements after Comix development came to a halt in late 2009.
'';
homepage = http://mcomix.sourceforge.net/;
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
maintainers = with stdenv.lib.maintainers; [ fuuzetsu AndersonTorres ];
};
}
# TODO:
# - error in check phase