From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH v2] gnu: wxwidgets: Enable support for their "advanced" regular expressions. Date: Fri, 3 Jun 2016 16:24:53 -0400 Message-ID: <20160603202453.GA28363@jasmine> References: <20160523041506.GB10803@jasmine> <20160601075711.15cf1009@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8veY-000565-Ok for guix-devel@gnu.org; Fri, 03 Jun 2016 16:25:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8veU-0001NE-BM for guix-devel@gnu.org; Fri, 03 Jun 2016 16:25:09 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8veS-0001H2-2k for guix-devel@gnu.org; Fri, 03 Jun 2016 16:25:06 -0400 Content-Disposition: inline In-Reply-To: <20160601075711.15cf1009@scratchpost.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: Danny Milosavljevic Cc: guix-devel@gnu.org On Wed, Jun 01, 2016 at 07:57:11AM +0200, Danny Milosavljevic wrote: > From: Danny Milosavljevic > > * wxwidgets: Enable support for their "advanced" regular expressions. > This is required by KiCad. Thank you! Applied as b37b854e2d6 with some more detail in the commit message. > --- > gnu/packages/wxwidgets.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm > index 2c4a26a..3231e3d 100644 > --- a/gnu/packages/wxwidgets.scm > +++ b/gnu/packages/wxwidgets.scm > @@ -63,7 +63,7 @@ > `(("pkg-config" ,pkg-config))) > (arguments > '(#:configure-flags > - '("--with-regex=sys" "--with-libmspack" > + '("--with-regex" "--with-libmspack" > "--with-sdl" > "--enable-webview" > "--enable-webkit"