forked from mirrors/nixpkgs
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:
parent
68128e7b7e
commit
538ea8934c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue