0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

opensmtpd-filter-rspamd: migrate to by-name

This commit is contained in:
Patrick Steinhardt 2025-04-26 06:34:28 +02:00
parent feddb6a2bc
commit dc8c84ce28
2 changed files with 0 additions and 1 deletions

View file

@ -12101,7 +12101,6 @@ with pkgs;
};
opensmtpd = callPackage ../servers/mail/opensmtpd { };
opensmtpd-filter-rspamd = callPackage ../servers/mail/opensmtpd/filter-rspamd.nix { };
system-sendmail = lowPrio (callPackage ../servers/mail/system-sendmail { });