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
|
@ -146,6 +146,7 @@ in
|
|||
}) mariadbPackages)
|
||||
// (lib.mapAttrs (_: package: makeMySQLTest {
|
||||
inherit package;
|
||||
name = "percona_8_0";
|
||||
# FIXME: packages are renamed soon anyways
|
||||
#name = package.pname;
|
||||
hasMroonga = false; useSocketAuth = false;
|
||||
}) perconaPackages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue