From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: Re: Installing a C tool chain Date: Mon, 27 Jan 2014 11:32:06 +0100 Message-ID: <52E635A6.3070601@totakura.in> References: <1390507648-21659-1-git-send-email-jmd@gnu.org> <1390507648-21659-3-git-send-email-jmd@gnu.org> <8761p8ulih.fsf@gnu.org> <20140125161456.GA31777@jocasta.intra> <20140125164217.GA21259@debian> <20140125170440.GA4883@jocasta.intra> <871tzvu743.fsf@gnu.org> <20140126073815.GA19985@jocasta.intra> <20140126185413.GD9380@debian> <877g9mpmmd.fsf@gnu.org> <52E6213B.3020203@totakura.in> <87ha8pda3y.fsf_-_@gnu.org> Reply-To: sreeharsha@totakura.in 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]:47951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7jUh-0003KK-J3 for guix-devel@gnu.org; Mon, 27 Jan 2014 05:32:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7jUX-0007ZE-Qw for guix-devel@gnu.org; Mon, 27 Jan 2014 05:32:43 -0500 In-Reply-To: <87ha8pda3y.fsf_-_@gnu.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: guix-devel@gnu.org On 01/27/2014 10:53 AM, Ludovic Court=C3=A8s wrote: >=20 > I believe this could be addressed by having a simple =E2=80=9Ctoolchain= =E2=80=9D > meta-package with the sole purpose of propagating these 4 inputs, and b= y > documenting it in the manual. Yes, a toolchain package would be nice. Debian does similarly: it has build-essential package. Sree