Skip to content

Commit

Permalink
percona: add cctool dependency
Browse files Browse the repository at this point in the history
partially reverts f9b7f4e which has
not reached the stable branch
  • Loading branch information
osnyx committed Oct 4, 2024
1 parent e66e1bb commit 00890ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/percona-server/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgs: {
# old lts
percona-server_8_0 = pkgs.callPackage ./8_0.nix {
inherit (pkgs.darwin) developer_cmds DarwinTools;
inherit (pkgs.darwin) cctools developer_cmds DarwinTools;
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;
boost = pkgs.boost177; # Configure checks for specific version.
icu = pkgs.icu69;
# newer versions cause linking failures against `libabsl_spinlock_wait`
protobuf = pkgs.protobuf_21;
};
percona-server_8_4 = pkgs.callPackage ./8_4.nix {
inherit (pkgs.darwin) developer_cmds DarwinTools;
inherit (pkgs.darwin) cctools developer_cmds DarwinTools;
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;
# newer versions cause linking failures against `libabsl_spinlock_wait`
protobuf = pkgs.protobuf_21;
Expand Down

0 comments on commit 00890ad

Please sign in to comment.