haskellPackages.Lazy-Pbkdf2.i686-linux: don't run tests that keep aborting
This commit is contained in:
parent
21df40f85f
commit
6eb2ca2247
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ self: super: {
|
|||
statistics = dontCheck super.statistics;
|
||||
c2hs = if pkgs.stdenv.isDarwin then dontCheck super.c2hs else super.c2hs;
|
||||
|
||||
# This test keeps being aborted because it runs too quietly for too long
|
||||
Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;
|
||||
|
||||
# Use the default version of mysql to build this package (which is actually mariadb).
|
||||
mysql = super.mysql.override { mysql = pkgs.mysql.lib; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue