From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Richardson Subject: Re: stumpwm and common lisp modules Date: Sat, 24 Sep 2016 13:13:23 -0400 Message-ID: <87fuopmdak.fsf@thor.jamestechnotes.com> References: <87mviz7075.fsf@thor.jamestechnotes.com> <20160923003954.3b414e5e@uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnqWJ-00043G-WA for guix-devel@gnu.org; Sat, 24 Sep 2016 13:13:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnqWG-0000J8-J6 for guix-devel@gnu.org; Sat, 24 Sep 2016 13:13:47 -0400 Received: from gandalf.jamestechnotes.com ([2600:3c02::f03c:91ff:fe61:3885]:54864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnqWG-0000E2-EE for guix-devel@gnu.org; Sat, 24 Sep 2016 13:13:44 -0400 In-reply-to: <20160923003954.3b414e5e@uwaterloo.ca> 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: Andy Patterson Cc: "guix-devel@gnu.org" Andy Patterson writes: > On Thu, 22 Sep 2016 23:40:46 -0400 > James Richardson wrote: > >> Hello list, >> >> I was attempting to make a package for stumpwm. I got as far as, oh it >> has a dependency on cl-ppcre (and a few other cl packages). Well it >> turns out that actually putting a lisp module in a guix package seems, >> well, non trivial. Does anyone else have an interest getting lisp >> packages into Guix? >> >> > > Hi James, > > I've been working on a build system for CL packages for some time now, > which works well enough to produce a working stumpwm package. It still > has some missing parts and design issues which I've been mulling over, > but if you're interested I could try to clean things up and post my > progress soon. > > What do you think? I would be very interested! I'm not really a lisp expert (yet), but I will help where I can.