···25 statistics = dontCheck super.statistics;
26 c2hs = if pkgs.stdenv.isDarwin then dontCheck super.c2hs else super.c2hs;
2700028 # Use the default version of mysql to build this package (which is actually mariadb).
29 mysql = super.mysql.override { mysql = pkgs.mysql.lib; };
30
···25 statistics = dontCheck super.statistics;
26 c2hs = if pkgs.stdenv.isDarwin then dontCheck super.c2hs else super.c2hs;
2728+ # This test keeps being aborted because it runs too quietly for too long
29+ Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;
30+31 # Use the default version of mysql to build this package (which is actually mariadb).
32 mysql = super.mysql.override { mysql = pkgs.mysql.lib; };
33