From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: Merge zip.scm into compression.scm Date: Tue, 30 May 2017 21:21:53 +0530 Message-ID: <31e087b0.AEEALKBcb_IAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZLZUf@mailjet.com> References: <87poeq4c8q.fsf@gnu.org> 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]:51557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <31e087b0.AEEALKBcb_IAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZLZUf@bnc3.mailjet.com>) id 1dFjRG-0004g5-7b for guix-devel@gnu.org; Tue, 30 May 2017 11:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <31e087b0.AEEALKBcb_IAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZLZUf@bnc3.mailjet.com>) id 1dFjRC-0003KG-DK for guix-devel@gnu.org; Tue, 30 May 2017 11:52:06 -0400 Received: from o172.p8.mailjet.com ([87.253.233.172]:35753) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <31e087b0.AEEALKBcb_IAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZLZUf@bnc3.mailjet.com>) id 1dFjRC-0003Jr-36 for guix-devel@gnu.org; Tue, 30 May 2017 11:52:02 -0400 In-reply-to: <87poeq4c8q.fsf@gnu.org> 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: guix-devel Ludovic Court=C3=A8s writes: > Arun Isaac skribis: > >> Why does zip and related packages get their own separate file >> (gnu/packages/zip.scm)? Why not merge them into >> gnu/packages/compression.scm? zip.scm only has 4 packages. > > I think it would be worth merging, indeed. :-) > > Would you like to give it a try? Sure! Will do!