From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: compression: Add pigz Date: Tue, 29 Sep 2015 23:42:23 +0200 Message-ID: <874micykao.fsf@gnu.org> References: <871tditdhv.fsf@codemac.net> 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]:49158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zh2fU-0003a6-7V for guix-devel@gnu.org; Tue, 29 Sep 2015 17:42:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zh2fM-0000Vj-NU for guix-devel@gnu.org; Tue, 29 Sep 2015 17:42:31 -0400 In-Reply-To: <871tditdhv.fsf@codemac.net> (Jeff Mickey's message of "Mon, 28 Sep 2015 14:55:56 -0700") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Jeff Mickey Cc: guix-devel@gnu.org Jeff Mickey skribis: > From 0eadbc2557621939b29bd4cfbb562bc396871ec8 Mon Sep 17 00:00:00 2001 > From: Jeff Mickey > Date: Mon, 28 Sep 2015 14:53:28 -0700 > Subject: [PATCH] gnu: Add pigz > > * gnu/packages/compression.scm (pigz): New variable. Committed with small changes: I used the new =E2=80=98install-file=E2=80=99= procedure instead of =E2=80=98copy-file=E2=80=99, simplified the synopsis and descrip= tion, and fixed the license (it=E2=80=99s mainly ASL 2.0.) Thanks! Ludo=E2=80=99.