Merge pull request #28965 from jlesquembre/mcomix
mcomix: Disable test suite for now
This commit is contained in:
commit
9405bc22f6
|
@ -11,6 +11,10 @@ python27Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = with python27Packages; [ pygtk pillow ];
|
propagatedBuildInputs = with python27Packages; [ pygtk pillow ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -i -e '/test_suite/d' setup.py
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Image viewer designed to handle comic books";
|
description = "Image viewer designed to handle comic books";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue