3ed2bc9727
It reaches it's EOL before the NixOS 26.05 release, so drop as release preperation.
9 lines
274 B
Nix
9 lines
274 B
Nix
pkgs: {
|
|
percona-server_8_4 = pkgs.callPackage ./8_4.nix {
|
|
inherit (pkgs.darwin) developer_cmds DarwinTools;
|
|
# newer versions cause linking failures against `libabsl_spinlock_wait`
|
|
protobuf = pkgs.protobuf_21;
|
|
};
|
|
percona-server = pkgs.percona-server_8_4;
|
|
}
|