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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user