haskellPackages.smtp-mail: remove obsolete patch

This commit is contained in:
Naïm Favier 2024-04-01 17:51:04 +02:00
parent 829ed35978
commit 7b0a5c5404
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325
1 changed files with 0 additions and 7 deletions

View File

@ -3036,13 +3036,6 @@ self: super: {
# repa-query, repa-scalar, repa-store, repa-stream
;
# https://github.com/jhickner/smtp-mail/pull/41 Use crypton-connection instead of connection
smtp-mail = appendPatch (pkgs.fetchpatch {
name = "smtp-mail-crypton-connection.patch";
url = "https://github.com/jhickner/smtp-mail/commit/4c724c80814ab1da7c37256a6c10e04c88b9af95.patch";
hash = "sha256-rCyY4rB/wLspeAbLw1jji5BykYFLnmTjLiUyNkiEXmw";
}) (super.smtp-mail.override { connection = self.crypton-connection; });
# Use recent git version as the hackage version is outdated and not building on recent GHC versions
haskell-to-elm = overrideSrc {
version = "unstable-2023-12-02";