about summary refs log tree commit diff
path: root/pkgs/applications/graphics/mcomix
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2017-09-04 11:49:51 +0200
committerJosé Luis Lafuente <jl@lafuente.me>2017-09-04 11:50:14 +0200
commit4912c68aca2ecd7f9950ab7d23d21703e1c0276e (patch)
tree7f9f9b0aa89eaca9667bb1cc66dacec58e4cce9c /pkgs/applications/graphics/mcomix
parent65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c (diff)
downloadnixlib-4912c68aca2ecd7f9950ab7d23d21703e1c0276e.tar
nixlib-4912c68aca2ecd7f9950ab7d23d21703e1c0276e.tar.gz
nixlib-4912c68aca2ecd7f9950ab7d23d21703e1c0276e.tar.bz2
nixlib-4912c68aca2ecd7f9950ab7d23d21703e1c0276e.tar.lz
nixlib-4912c68aca2ecd7f9950ab7d23d21703e1c0276e.tar.xz
nixlib-4912c68aca2ecd7f9950ab7d23d21703e1c0276e.tar.zst
nixlib-4912c68aca2ecd7f9950ab7d23d21703e1c0276e.zip
mcomix: Disable test suite for now
Regression introduced by
94351197cd40d7e2d22e8a971e888b8333764cb5

Exactly the same problem (and solution) that here:
bd2aeb4883176554214bdf2af404b88eb09d83fa
Diffstat (limited to 'pkgs/applications/graphics/mcomix')
-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";