release-small: replace ssmtp package use with msmtp

The ssmtp program is not maintained and is being removed.

GitHub: see https://github.com/NixOS/nixpkgs/issues/105710
This commit is contained in:
pacien
2022-04-17 00:44:50 +02:00
parent 68128e7b7e
commit 538ea8934c
+1 -1
View File
@@ -124,7 +124,7 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
smartmontools = all;
sqlite = unix; # Cygwin builds fail
squid = linux;
ssmtp = linux;
msmtp = linux;
stdenv = all;
strace = linux;
su = linux;