From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Richardson Subject: stumpwm and common lisp modules Date: Thu, 22 Sep 2016 23:40:46 -0400 Message-ID: <87mviz7075.fsf@thor.jamestechnotes.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnHMH-0002KR-Gx for guix-devel@gnu.org; Thu, 22 Sep 2016 23:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnHMD-0003dI-Db for guix-devel@gnu.org; Thu, 22 Sep 2016 23:41:04 -0400 Received: from gandalf.jamestechnotes.com ([2600:3c02::f03c:91ff:fe61:3885]:52322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnHMD-0003bQ-8z for guix-devel@gnu.org; Thu, 22 Sep 2016 23:41:01 -0400 Received: from cpe-75-190-233-89.nc.res.rr.com ([75.190.233.89] helo=thor.jamestechnotes.com) by gandalf.jamestechnotes.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bnHM3-0006O5-Uy for guix-devel@gnu.org; Thu, 22 Sep 2016 23:40:51 -0400 Received: from localhost ([127.0.0.1] helo=thor.jamestechnotes.com) by thor.jamestechnotes.com with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1bnHLy-0005mq-Ap for guix-devel@gnu.org; Thu, 22 Sep 2016 23:40:46 -0400 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: "guix-devel@gnu.org" 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?