From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add lbzip2. Date: Sat, 18 Jun 2016 20:46:11 +0200 Message-ID: <8760t649os.fsf@elephly.net> References: <20160617144309.4028-1-ricardo.wurmus@mdc-berlin.de> <20160617184215.GB11491@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bELGD-00082M-GN for guix-devel@gnu.org; Sat, 18 Jun 2016 14:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bELG8-0005AK-Iv for guix-devel@gnu.org; Sat, 18 Jun 2016 14:46:25 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bELG8-0005AD-9v for guix-devel@gnu.org; Sat, 18 Jun 2016 14:46:20 -0400 In-reply-to: <20160617184215.GB11491@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." 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" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Fri, Jun 17, 2016 at 04:43:09PM +0200, Ricardo Wurmus wrote: > >> +(define-public lbzip2 > >> + (description >> + "lbzip2 is a multi-threaded compression utility with support for bzip2 > > support for the bzip2 > > Otherwise LGTM Fixed it and pushed. Thanks for the review! ~~ Ricardo