diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-10-05 15:12:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-10-19 17:00:37 +0100 |
commit | 6cf27c89a579fa7db3c6d4b2ad45fbfda1553f6c (patch) | |
tree | 1279c108337b570639c44cf6598ad1bedcd72486 /gnu/local.mk | |
parent | 540d6cc71111809a765d429188868ec3450f77d7 (diff) | |
download | guix-6cf27c89a579fa7db3c6d4b2ad45fbfda1553f6c.tar.gz |
gnu: notmuch: Enable tests.
* gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/mail.scm (notmuch)[source]: Use patch. [arguments]: Add verbose make flags. Add phase 'patch-notmuch-lib.el' to fix hard-coded /bin/sh. Add 'prepare-test-environment' phase to patch test shebangs and set environment. [native-inputs]: Change from 'emacs-minimal' to 'emacs-no-x'. Add dtach, gnupg, man, perl and which.
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 c2a0df00b4..73444aa6d4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -722,6 +722,7 @@ dist_patch_DATA = \ %D%/packages/patches/ninja-tests.patch \ %D%/packages/patches/ninja-zero-mtime.patch \ %D%/packages/patches/node-9077.patch \ + %D%/packages/patches/notmuch-emacs-25-compatibility-fix.patch \ %D%/packages/patches/nss-pkgconfig.patch \ %D%/packages/patches/nvi-assume-preserve-path.patch \ %D%/packages/patches/nvi-dbpagesize-binpower.patch \ |