about summary refs log tree commit diff
path: root/pkgs/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-06-16 05:06:40 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-06-16 05:06:40 +0200
commit121e4e98190cebe9fe64348ff3d16d2c049678c2 (patch)
tree16b871714a807ddfd52f934f922ea9d685375568 /pkgs/aszlig
parentb2d8e89267a316593b7f1412be6cfe11fd8adbb8 (diff)
pkgs/gajim: Disable tests for pycrypto
This package is outdated and only there for exactly that purpose
(because some Gajim plugins still depend on it), so we don't care about
failed unit tests, because those that are failing do not affect us.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/aszlig')
-rw-r--r--pkgs/aszlig/gajim/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/aszlig/gajim/default.nix b/pkgs/aszlig/gajim/default.nix
index a6bf4a11..72716666 100644
--- a/pkgs/aszlig/gajim/default.nix
+++ b/pkgs/aszlig/gajim/default.nix
@@ -22,6 +22,8 @@ gajim.override {
 
       buildInputs = [ gmp ];
 
+      doCheck = false;
+
       preConfigure = ''
         sed -i 's,/usr/include,/no-such-dir,' configure
         sed -i "s!,'/usr/include/'!!" setup.py