mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tests/mysql: properly specify percona packages
This commit is contained in:
parent
4b5141e018
commit
6d0da9a167
@ -4,7 +4,7 @@
|
||||
inherit (pkgs) mysql80;
|
||||
};
|
||||
perconaPackages = {
|
||||
inherit (pkgs) percona-server_lts percona-server_innovation;
|
||||
inherit (pkgs) percona-server_8_0 percona-server_8_4;
|
||||
};
|
||||
mkTestName = pkg: "mariadb_${builtins.replaceStrings ["."] [""] (lib.versions.majorMinor pkg.version)}";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user