mcomix: Disable test suite for now
Regression introduced by94351197cd
Exactly the same problem (and solution) that here:bd2aeb4883
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…
Reference in New Issue
Block a user