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/2] gnu: Add dfc. Date: Fri, 30 Aug 2013 23:28:29 +0200 Message-ID: <87ppsuzx4y.fsf@gnu.org> References: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> <1377893316-5136-3-git-send-email-tipecaml@gmail.com> 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]:57322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWK5-00076V-4w for guix-devel@gnu.org; Fri, 30 Aug 2013 17:33:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFWJy-0008OT-WE for guix-devel@gnu.org; Fri, 30 Aug 2013 17:33:41 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:56082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWJy-0008OP-Pz for guix-devel@gnu.org; Fri, 30 Aug 2013 17:33:34 -0400 In-Reply-To: <1377893316-5136-3-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Fri, 30 Aug 2013 22:08:36 +0200") 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 Cyril Roelandt skribis: > + (build-system cmake-build-system) Woow. :-) > + (arguments '(#:tests? #f)) Please add a comment saying why tests are disabled. > + (home-page "http://projects.gw-computing.net/projects/dfc") > + (synopsis "Display file system space usage using graphs and colors.") No period at the end of the synopsis. OK to push with these changes! Ludo=E2=80=99.