about summary refs log tree commit diff
path: root/pkgs/applications/graphics/mcomix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/mcomix/default.nix')
-rw-r--r--pkgs/applications/graphics/mcomix/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/mcomix/default.nix b/pkgs/applications/graphics/mcomix/default.nix
index 20c01f77bbf8..318c2caee6f1 100644
--- a/pkgs/applications/graphics/mcomix/default.nix
+++ b/pkgs/applications/graphics/mcomix/default.nix
@@ -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";