diff options
author | Arjan Adriaanse <[email protected]> | 2023-08-15 00:38:25 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-08-15 05:26:08 +0200 |
commit | d58c6e25ff3d1e70fd9b0e07bdad1b335de8a979 (patch) | |
tree | bff4cbfa45c9d826286694a3e34740fcad0a400a /gnu/local.mk | |
parent | 44fd56096e1e8e8d78e0af2c7fda011460b4766f (diff) |
gnu: notmuch: Fix tests with Emacs 29.
* gnu/packages/patches/notmuch-emacs-test-output.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/mail.scm (notmuch)[patches]: Add here.
Signed-off-by: Liliana Marie Prikler <[email protected]>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ded02c5742..7af2755a2b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1646,6 +1646,7 @@ dist_patch_DATA = \ %D%/packages/patches/network-manager-meson.patch \ %D%/packages/patches/nginx-socket-cloexec.patch \ %D%/packages/patches/nnpack-system-libraries.patch \ + %D%/packages/patches/notmuch-emacs-test-output.patch \ %D%/packages/patches/nsis-env-passthru.patch \ %D%/packages/patches/nss-getcwd-nonnull.patch \ %D%/packages/patches/nss-increase-test-timeout.patch \ |