From 121e4e98190cebe9fe64348ff3d16d2c049678c2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 16 Jun 2017 05:06:40 +0200 Subject: 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 --- pkgs/aszlig/gajim/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/aszlig') 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 -- cgit 1.4.1