From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Vong Subject: Re: [PATCH 2/2] gnu: Add Mlucas. Date: Mon, 26 Oct 2015 19:49:07 +0800 Message-ID: References: <20151025141201.0f64fc35@debian> <87twpdamn0.fsf@denknerd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqgH2-0008LB-2g for guix-devel@gnu.org; Mon, 26 Oct 2015 07:49:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqgGy-0000ZE-8V for guix-devel@gnu.org; Mon, 26 Oct 2015 07:49:12 -0400 Received: from mail-ig0-x236.google.com ([2607:f8b0:4001:c05::236]:34381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqgGy-0000ZA-4I for guix-devel@gnu.org; Mon, 26 Oct 2015 07:49:08 -0400 Received: by igbni9 with SMTP id ni9so70956594igb.1 for ; Mon, 26 Oct 2015 04:49:07 -0700 (PDT) In-Reply-To: <87twpdamn0.fsf@denknerd.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: Paul van der Walt Cc: guix-devel@gnu.org Hi Paul, I don't know there is maths.scm! Is there a general guideline on where to put new package definition? For example, putting elisp packages in emacs.scm is pretty obvious but how about other cases? Cheers, Alex On 26/10/2015, Paul van der Walt wrote: > Hello Alex, > > On 2015-10-25 at 07:12, quoth Alex Vong: >> Subject: [PATCH 2/2] gnu: Add Mlucas. >> >> ... >> >> * gnu/packages/mlucas.scm: New file. > > I'm not an expert, and i'm not 100% sure on this so it's an honest > question, but does this application really deserve a new package file? > Shouldn't mlucas perhaps be added to maths.scm? > > Cheers, > p. >