From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 3/4] gnu: Add Swish-e. Date: Tue, 23 Aug 2016 02:27:26 -0400 Message-ID: <20160823062726.GA6297@jasmine> References: <20160823061512.13024-1-ericbavier@openmailbox.org> <20160823061512.13024-3-ericbavier@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc5BW-0001Na-UJ for guix-devel@gnu.org; Tue, 23 Aug 2016 02:27:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bc5BS-000865-OP for guix-devel@gnu.org; Tue, 23 Aug 2016 02:27:41 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:42608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bc5BQ-000825-8b for guix-devel@gnu.org; Tue, 23 Aug 2016 02:27:38 -0400 Content-Disposition: inline In-Reply-To: <20160823061512.13024-3-ericbavier@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Eric Bavier Cc: guix-devel@gnu.org On Tue, Aug 23, 2016 at 01:15:11AM -0500, Eric Bavier wrote: > From: Eric Bavier > > * 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.