about summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2022-04-03 17:43:09 +0200
committerpacien <pacien.trangirard@pacien.net>2022-04-17 00:44:50 +0200
commit538ea8934cf61da43a4f323b0084d0fb894b687f (patch)
treec73bbe662309f84a428cbdaec2f6b196f78b644f /pkgs/top-level/release-small.nix
parent68128e7b7efbc419a9c9da1d6e2836552cefaccc (diff)
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
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index a267b20d66759..7bf4a234bb657 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -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;