From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add util-linux. Date: Mon, 03 Dec 2012 21:37:31 +0100 Message-ID: <874nk26fec.fsf@gnu.org> References: <871uf7f9rk.fsf@latte.josefsson.org> <87y5hfupfa.fsf@gnu.org> <87wqwzdoy6.fsf@latte.josefsson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfclm-00069F-Rb for bug-guix@gnu.org; Mon, 03 Dec 2012 15:37:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tfcli-0004mJ-La for bug-guix@gnu.org; Mon, 03 Dec 2012 15:37:38 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:15754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfcli-0004kR-FJ for bug-guix@gnu.org; Mon, 03 Dec 2012 15:37:34 -0500 In-Reply-To: <87wqwzdoy6.fsf@latte.josefsson.org> (Simon Josefsson's message of "Mon, 03 Dec 2012 18:29:21 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Simon Josefsson Cc: bug-guix@gnu.org Hi, Simon Josefsson skribis: > util-linux and net-tools contains a lot of tools that are rarely > needed, it would be nice to limit the number of their tools that are > added as a pre-requisite for a Guix system. Indeed. When we have a bootable distro, the goal is to use primarily GNU versions of the tools, obviously. Now, I think it=E2=80=99s OK to have packages for free variants of these GNU tools, for users who want them; it just won=E2=80=99t be the default. > I know InetUtils could use a 'arp' tool, and I have one almost > completed sitting here locally for some time that I intend to push... Heh, good! (In a similar vein, I hope that GNU Pies can become suitable as our daemon manager.) Thanks, Ludo=E2=80=99.