Thomas Gerbet 2022-01-29 11:04:47 +01:00
parent 1d389b20d3
commit 55561105fa
3 changed files with 6 additions and 5 deletions

View file

@ -142,7 +142,7 @@ let
in
lib.mapAttrs (_: package: makeMySQLTest {
inherit package;
hasRocksDB = false; hasMroonga = false;
hasRocksDB = false; hasMroonga = false; useSocketAuth = false;
}) mysqlPackages
// (lib.mapAttrs (_: package: makeMySQLTest {
inherit package;