From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ek5g0-0008Uh-T5 for guix-patches@gnu.org; Fri, 09 Feb 2018 05:13:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ek5fy-0006pN-7J for guix-patches@gnu.org; Fri, 09 Feb 2018 05:13:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55029) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ek5fy-0006pJ-39 for guix-patches@gnu.org; Fri, 09 Feb 2018 05:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ek5fx-00021X-UY for guix-patches@gnu.org; Fri, 09 Feb 2018 05:13:01 -0500 Subject: [bug#30353] [PATCH] gnu: Add colormake. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180205063021.20989-1-go.wigust@gmail.com> Date: Fri, 09 Feb 2018 11:11:56 +0100 In-Reply-To: <20180205063021.20989-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Mon, 5 Feb 2018 09:30:21 +0300") Message-ID: <87d11e4glv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 30353@debbugs.gnu.org Oleg Pykhalov skribis: > * gnu/packages/colorize.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add this. [...] > + (home-page "http://bre.klaki.net/programs/colormake/") > + (synopsis "Simple wrapper around make to make it's output more reada= ble") Rather: =E2=80=9CWrapper around @command{make} to produce colored output=E2= =80=9D. > + (description "This package provides a simple wrapper around make to = make > +it's output more readable.") Likewise. Rather than create a new file, perhaps put it in code.scm? OK with these changes, thank you! Ludo=E2=80=99.