Merge pull request #28965 from jlesquembre/mcomix

mcomix: Disable test suite for now
This commit is contained in:
Joachim F 2017-09-06 14:47:57 +00:00 committed by GitHub
commit 9405bc22f6

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";