From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH](WIP) gforth. looking for someone with interest in this to take over. Date: Sat, 24 Sep 2016 14:17:32 +0800 Message-ID: <87twd5om83.fsf@member.fsf.org> References: <87r38apd4u.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bngHU-00013h-He for guix-devel@gnu.org; Sat, 24 Sep 2016 02:17:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bngHP-0002EP-Ei for guix-devel@gnu.org; Sat, 24 Sep 2016 02:17:47 -0400 Received: from smtp23.openmailbox.org ([62.4.1.57]:49230 helo=smtp8.openmailbox.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bngHP-0002DL-8t for guix-devel@gnu.org; Sat, 24 Sep 2016 02:17:43 -0400 In-Reply-To: <87r38apd4u.fsf@we.make.ritual.n0.is> (ng0's message of "Fri, 23 Sep 2016 20:36:17 +0000") 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: ng0 Cc: guix-devel@gnu.org ng0 writes: > [...] > Subject: [PATCH 1/2] gnu: Add gforth. Thanks, I applied it with some modifications: - Rename it to gforth.scm, as it's a GNU package. - Use synopsis and description from `guix import gnu'. - Remove inputs except `m4'. libffcall is used by 'lib.fs' to dlopen libraries at runtime, I think it's not useful for Guix. - Install gforth.el (compile and autoload not done).