summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-24 23:57:29 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-24 23:59:07 +0200
commitc7b51b799dcbbee53d6eb8b615f5fd9e29b68856 (patch)
tree7172d13ba748da9a152ca2cbc102380756a7dd91 /gnu/local.mk
parente463e09dc2b5ef6c19ae9dbb11f1caeb8336bbf7 (diff)
downloadguix-patches-c7b51b799dcbbee53d6eb8b615f5fd9e29b68856.tar
guix-patches-c7b51b799dcbbee53d6eb8b615f5fd9e29b68856.tar.gz
gnu: esmtp: Fix build with libesmtp >= 1.1.0.
* gnu/packages/mail.scm (esmtp)[source]: Add patch. * gnu/packages/patches/esmtp-add-lesmtp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 38b3c80155..a5ee3097de 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -997,6 +997,7 @@ dist_patch_DATA = \
%D%/packages/patches/enjarify-setup-py.patch \
%D%/packages/patches/enlightenment-fix-setuid-path.patch \
%D%/packages/patches/erlang-man-path.patch \
+ %D%/packages/patches/esmtp-add-lesmtp.patch \
%D%/packages/patches/eudev-rules-directory.patch \
%D%/packages/patches/evilwm-lost-focus-bug.patch \
%D%/packages/patches/evolution-CVE-2020-11879.patch \