Skip to content

Commit

Permalink
mcomix: fixup
Browse files Browse the repository at this point in the history
MComix is failing in the check phase; so, we'll not check it.
  • Loading branch information
AndersonTorres authored and globin committed Sep 8, 2017
1 parent a34d2ab commit f93a019
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkgs/applications/graphics/mcomix/default.nix
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit f93a019

Please sign in to comment.