mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
percona-server_8_3: init at 8.3.0-1
This release belongs to the "innovation" release track of Percona, making it likely to diverge over time from the LTS release. Hence I just created a separate packaging expression for this.
This commit is contained in:
parent
b771106b51
commit
0999991e93
4 changed files with 121 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
inherit (pkgs) mysql80;
|
||||
};
|
||||
perconaPackages = {
|
||||
inherit (pkgs) percona-server_8_0;
|
||||
inherit (pkgs) percona-server_8_0 percona-server_8_3;
|
||||
};
|
||||
mkTestName = pkg: "mariadb_${builtins.replaceStrings ["."] [""] (lib.versions.majorMinor pkg.version)}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue