From 538ea8934cf61da43a4f323b0084d0fb894b687f Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 3 Apr 2022 17:43:09 +0200 Subject: [PATCH] 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 --- pkgs/top-level/release-small.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix index a267b20d6675..7bf4a234bb65 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;