From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/2] Add tools for sysadmins: htop and dfc. Date: Fri, 30 Aug 2013 22:08:34 +0200 Message-ID: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFV3j-0000PS-Ju for guix-devel@gnu.org; Fri, 30 Aug 2013 16:12:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFV3c-0005SQ-Ox for guix-devel@gnu.org; Fri, 30 Aug 2013 16:12:43 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:47014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFV3c-0005SD-IW for guix-devel@gnu.org; Fri, 30 Aug 2013 16:12:36 -0400 Received: by mail-we0-f180.google.com with SMTP id q58so1959573wes.39 for ; Fri, 30 Aug 2013 13:12:35 -0700 (PDT) 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: guix-devel@gnu.org Hey! 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! Cyril. --- Cyril Roelandt (2): gnu: Add htop. gnu: Add dfc. gnu-system.am | 1 + gnu/packages/sysutils.scm | 70 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 gnu/packages/sysutils.scm -- 1.7.10.4