From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: dillo: New module Date: Mon, 18 Apr 2016 15:48:28 -0400 Message-ID: <20160418194828.GB21937@jasmine> References: <20160416225343.50238d8b@openmailbox.org> <87y48cd5we.fsf@gmail.com> <20160417101455.12897fcd@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]:51630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asF9S-0000n6-UQ for guix-devel@gnu.org; Mon, 18 Apr 2016 15:48:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asF9O-0008Rg-2n for guix-devel@gnu.org; Mon, 18 Apr 2016 15:48:06 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asF9N-0008Rc-St for guix-devel@gnu.org; Mon, 18 Apr 2016 15:48:01 -0400 Content-Disposition: inline In-Reply-To: <20160417101455.12897fcd@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: Kei Yamashita Cc: guix-devel@gnu.org, Alex Kost On Sun, Apr 17, 2016 at 10:14:55AM -0400, Kei Yamashita wrote: > On Sun, 17 Apr 2016 10:57:21 +0300 > Alex Kost wrote: > > > Kei Yamashita (2016-04-17 05:53 +0300) wrote: > > > > > I'm not sure what the process is for a new module. Please guide me > > > in this if something else needs to be done. > > > > A new file should also be added to "gnu-system.am" file. See for > > example commit a5e2c9a: > > > > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=a5e2c9a9c5afc599b1cd1551eadb2e70fd01bc7a > > > > Attached is the corrected patch file! Looks good, thank you! I passed --enable-ipv6 to #:configure-flags, and that works. So, I applied it as c21a25627 with that change.