From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v2] gnu: wxwidgets: Enable support for their "advanced" regular expressions. Date: Wed, 1 Jun 2016 07:57:11 +0200 Message-ID: <20160601075711.15cf1009@scratchpost.org> References: <20160523041506.GB10803@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7z9e-0002e5-OG for guix-devel@gnu.org; Wed, 01 Jun 2016 01:57:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7z9Y-0006yz-QP for guix-devel@gnu.org; Wed, 01 Jun 2016 01:57:21 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:52726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7z9Y-0006ym-K1 for guix-devel@gnu.org; Wed, 01 Jun 2016 01:57:16 -0400 In-Reply-To: <20160523041506.GB10803@jasmine> 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: guix-devel@gnu.org, Leo Famulari From: Danny Milosavljevic * wxwidgets: Enable support for their "advanced" regular expressions. This is required by KiCad. --- 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"