From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/1] Move cursynth to music.scm Date: Mon, 28 Dec 2015 23:32:37 -0500 Message-ID: <20151229043237.GB2878@jasmine> References: <20151228171715.5450cca0@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDlxi-0000Em-Ti for guix-devel@gnu.org; Mon, 28 Dec 2015 23:32:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDlxf-0000D6-Mi for guix-devel@gnu.org; Mon, 28 Dec 2015 23:32:42 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:43741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDlxf-0000Cy-JM for guix-devel@gnu.org; Mon, 28 Dec 2015 23:32:39 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 76E3022F48 for ; Mon, 28 Dec 2015 23:32:39 -0500 (EST) Content-Disposition: inline In-Reply-To: <20151228171715.5450cca0@openmailbox.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org On Mon, Dec 28, 2015 at 05:17:15PM -0600, Eric Bavier wrote: > On Mon, 28 Dec 2015 18:09:09 -0500 > Leo Famulari wrote: > > > I think it would be better for this software synthesizer to be in > > music.scm. > > > > Thoughts? > > IIRC, the original thought was that many GNU packages have their own > modules, so this was done for cursynth as well. Okay, sure. To be honest, I don't understand the reasoning behind grouping packages into modules. Is it just for humans or is there some technical reason for it? > > > Leo Famulari (1): > > gnu: Move cursynth to (gnu packages music). > > > > gnu-system.am | 1 - > > gnu/packages/cursynth.scm | 53 ----------------------------------------------- > > gnu/packages/music.scm | 27 ++++++++++++++++++++++++ > > 3 files changed, 27 insertions(+), 54 deletions(-) > > delete mode 100644 gnu/packages/cursynth.scm > > >