From e02bb7e9fdbc96c66f32ce531509824f8afd4686 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 15 Apr 2020 20:28:21 +0200 Subject: [PATCH 1/1] emacs: Explicitly depend on Emacs 24 We use various things that were not available in earlier versions. --- emacs/notmuch-pkg.el.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-pkg.el.tmpl b/emacs/notmuch-pkg.el.tmpl index de97baac..3eb0e04e 100644 --- a/emacs/notmuch-pkg.el.tmpl +++ b/emacs/notmuch-pkg.el.tmpl @@ -3,4 +3,4 @@ "notmuch" %VERSION% "Emacs based front-end (MUA) for notmuch" - nil) + '((emacs "24"))) -- 2.43.0