From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvg2f-0005XE-MP for guix-patches@gnu.org; Sat, 23 Sep 2017 04:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvg2c-0003eS-KM for guix-patches@gnu.org; Sat, 23 Sep 2017 04:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44804) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dvg2c-0003eL-Hc for guix-patches@gnu.org; Sat, 23 Sep 2017 04:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dvg2c-0008FX-9a for guix-patches@gnu.org; Sat, 23 Sep 2017 04:44:02 -0400 Subject: [bug#28558] [PATCH] gnu: Add atool. Resent-Message-ID: References: <150611695436.21286.7179341499419388884.stgit@sandburg> From: Ben Woodcroft Message-ID: Date: Sat, 23 Sep 2017 18:43:10 +1000 MIME-Version: 1.0 In-Reply-To: <150611695436.21286.7179341499419388884.stgit@sandburg> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US 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: Stefan =?UTF-8?Q?Reich=C3=B6r?= , 28558@debbugs.gnu.org On 23/09/17 07:49, Stefan Reichör wrote: > * gnu/packages/compression.scm (atool): New variable. Thanks for the patch. While adding all compression programs supported (e.g. tar) as inputs is probably too much given their large number, I think it would be good to add "file" and patch in the path to "file" in bin/atool. WDYT? Otherwise LGTM. ben