Skip to content

Commit

Permalink
ejabberd: typo acme -> mysql (#353233)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 3, 2024
2 parents fb9165b + 6766fc6 commit e6d54c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ej/ejabberd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ let
buildInputs = [ sqlite ];
buildPlugins = [ beamPackages.pc ];
};
p1_mysql = prev.p1_acme.override { buildPlugins = [ beamPackages.pc ]; };
p1_mysql = prev.p1_mysql.override { buildPlugins = [ beamPackages.pc ]; };
epam = prev.epam.override {
buildInputs = [ pam ];
buildPlugins = [ beamPackages.pc ];
Expand Down

0 comments on commit e6d54c9

Please sign in to comment.