From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: Re: loudmouth, freetalk Date: Tue, 29 Mar 2016 23:49:05 +0200 Message-ID: <20160329214905.GB1281@protected.rcdrun.com> References: <20160329172324.GA4939@protected.rcdrun.com> <87mvphaxtq.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1al1Wv-0001G2-5V for guix-devel@gnu.org; Tue, 29 Mar 2016 17:50:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1al1Wr-0006Gr-Pq for guix-devel@gnu.org; Tue, 29 Mar 2016 17:50:29 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:43565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1al1Wr-0006Gd-JD for guix-devel@gnu.org; Tue, 29 Mar 2016 17:50:25 -0400 Content-Disposition: inline In-Reply-To: <87mvphaxtq.fsf@grrlz.net> 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: Nils Gillmann Cc: guix-devel@gnu.org Hello Nils, I was expecting you could test these 2 files and simply fix them. I will of course study, but I cannot get it to work at this moment. Regarding single line on the end, that is because I used: guix build -f file.scm to test it, as it has to evaluate to something. Regarding copyright, I would write it if it would work, but is work in progress. On Tue, Mar 29, 2016 at 09:28:01PM +0200, Nils Gillmann wrote: > Try to find an existing file it fits into, like for example > gnu/packages/messaging.scm and include any kind of name, legal or > pseudonym, in the header of the file after the last name in the > list. I would, but I did not finish the work. > > (license lgpl2.1+))) > > loudmouth > > What is this for? To evaluate after: guix build -f file.scm, according to info guix. /jl/