On Tue, Aug 23, 2016 at 01:15:11AM -0500, Eric Bavier wrote: > From: Eric Bavier <bav...@member.fsf.org> > > * gnu/packages/search.scm (swish-e): New variable. > * gnu/packages/patches/swish-e-search.patch: New patch. > * gnu/local.mk (dist_patch_DATA): Add it. > --- > gnu/local.mk | 2 + > gnu/packages/patches/swish-e-search.patch | 43 ++++++++++++++++++++ > gnu/packages/search.scm | 67 > ++++++++++++++++++++++++++++++- > 3 files changed, 111 insertions(+), 1 deletion(-) > create mode 100644 gnu/packages/patches/swish-e-search.patch > > diff --git a/gnu/local.mk b/gnu/local.mk > index 02a7cc4..59f22d4 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -779,6 +779,8 @@ dist_patch_DATA = > \ > %D%/packages/patches/soprano-find-clucene.patch \ > %D%/packages/patches/steghide-fixes.patch \ > %D%/packages/patches/superlu-dist-scotchmetis.patch \ > + %D%/packages/patches/swish-e-search.patch \ > + %D%/packages/patches/swish-e-format-security.patch \
This patch seems to be missing.