From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: wxwidgets: enable extended regular expressions. Date: Fri, 29 Apr 2016 21:47:51 -0400 Message-ID: <20160430014751.GA24603@jasmine> References: <20160416203317.3f0de8ce@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]:41985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awK12-00055n-Nw for guix-devel@gnu.org; Fri, 29 Apr 2016 21:48:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awK0r-0002ke-2b for guix-devel@gnu.org; Fri, 29 Apr 2016 21:48:11 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:53392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awK0o-0002hR-MK for guix-devel@gnu.org; Fri, 29 Apr 2016 21:48:05 -0400 Content-Disposition: inline In-Reply-To: <20160416203317.3f0de8ce@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 Sat, Apr 16, 2016 at 08:33:17PM +0200, Danny Milosavljevic wrote: > Hi, > > this patch enables extended regular expression support in wxwidgets. It's needed for kicad. That sounds great! I would love to offer KiCad in Guix. > (arguments > '(#:configure-flags > - '("--with-regex=sys" "--with-libmspack" "--with-sdl") > + '("--with-regex" "--with-libmspack" "--with-sdl") Taylan, do you remember why you originally created the package with --with-regex=sys? Do you think anything will break if make this change?