mcomix: Disable test suite for now
Regression introduced by 94351197cd40d7e2d22e8a971e888b8333764cb5 Exactly the same problem (and solution) that here: bd2aeb4883176554214bdf2af404b88eb09d83fa
This commit is contained in:
parent
65e6a7e0ec
commit
4912c68aca
@ -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…
x
Reference in New Issue
Block a user