···2525 statistics = dontCheck super.statistics;
2626 c2hs = if pkgs.stdenv.isDarwin then dontCheck super.c2hs else super.c2hs;
27272828+ # This test keeps being aborted because it runs too quietly for too long
2929+ Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;
3030+2831 # Use the default version of mysql to build this package (which is actually mariadb).
2932 mysql = super.mysql.override { mysql = pkgs.mysql.lib; };
3033