diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-12 19:54:48 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-13 00:12:35 +0200 |
commit | 7519dc95c7628ceeb5ed616604e8c432723a0a50 (patch) | |
tree | cc5ef18a954076571b1097202fc51e9e85ac9387 /gnu/packages/search.scm | |
parent | 9866825961cbffa6a05f685d9cc71388d21a0a68 (diff) | |
download | guix-7519dc95c7628ceeb5ed616604e8c432723a0a50.tar guix-7519dc95c7628ceeb5ed616604e8c432723a0a50.tar.gz |
gnu: xapian: Fix notmuch test failure.
* gnu/packages/patches/xapian-revert-5489fb2f8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/search.scm (xapian)[source](patches): Use it.
Diffstat (limited to 'gnu/packages/search.scm')
-rw-r--r-- | gnu/packages/search.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index a728f0a314..386092b358 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -52,6 +52,7 @@ (method url-fetch) (uri (string-append "https://oligarchy.co.uk/xapian/" version "/xapian-core-" version ".tar.xz")) + (patches (search-patches "xapian-revert-5489fb2f8.patch")) (sha256 (base32 "166qpfq7pvyrj2w2x07v31ypvqg6c2xyvds5sms9h4g2sg0z23hy")))) (build-system gnu-build-system) |