mcomix: Disable test suite for now
Regression introduced by94351197cdExactly the same problem (and solution) that here:bd2aeb4883
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user