mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ejabberd: typo acme -> mysql (#353233)
This commit is contained in:
commit
e6d54c99df
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user