From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/4] gnu: Add libarchive. Date: Sat, 31 May 2014 16:36:57 +0200 Message-ID: <87fvjq2ewm.fsf@gnu.org> References: <87iooop8n6.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqkPE-0006Vd-Vg for Guix-devel@gnu.org; Sat, 31 May 2014 10:37:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqkP5-0006ll-Ry for Guix-devel@gnu.org; Sat, 31 May 2014 10:37:08 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:51312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqkP5-0006ld-Lc for Guix-devel@gnu.org; Sat, 31 May 2014 10:36:59 -0400 In-Reply-To: <87iooop8n6.fsf@member.fsf.org> (Eric Bavier's message of "Thu, 29 May 2014 16:39:09 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: Guix-devel@gnu.org Eric Bavier skribis: > From 27002e7928daec6192bc683863ed21736309af22 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Thu, 29 May 2014 16:35:45 -0500 > Subject: [PATCH 2/4] gnu: Add libarchive. > > * gnu/packages/compression.scm (libarchive): New variable. I=E2=80=99ve just moved libarchive to a different module, because pulling i= n the nettle and xml modules from there led to circular references (noticeable by running =E2=80=98make clean-go && make=E2=80=99.) Ludo=E2=80=99.