From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 0/2] Add tools for sysadmins: htop and dfc. Date: Fri, 30 Aug 2013 23:30:55 +0200 Message-ID: <20130830213055.GA27067@debian> References: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWHb-0006n5-IE for guix-devel@gnu.org; Fri, 30 Aug 2013 17:31:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFWHU-0007Kb-2z for guix-devel@gnu.org; Fri, 30 Aug 2013 17:31:07 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:62930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWHT-0007K1-Q7 for guix-devel@gnu.org; Fri, 30 Aug 2013 17:31:00 -0400 Content-Disposition: inline In-Reply-To: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> List-Id: 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: Cyril Roelandt Cc: guix-devel@gnu.org On Fri, Aug 30, 2013 at 10:08:34PM +0200, Cyril Roelandt wrote: > This patch series adds htop and dfc, which are 'modern' versions of top and df. > Note that dfc is the first Guix package to use the CMake build system! Since cmake currently does not pass its tests on x86_64, I suppose the package will so far be only available on i686? Andreas