From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: Re: Lisp: Package cl-cffi-gtk Date: Wed, 10 Oct 2018 01:51:25 -0400 Message-ID: <20181010015125.216b67b5@mailservices.uwaterloo.ca> References: <875zyaaoxa.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gA7PN-0008CF-HO for guix-devel@gnu.org; Wed, 10 Oct 2018 01:51:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gA7PK-0007Ni-8B for guix-devel@gnu.org; Wed, 10 Oct 2018 01:51:45 -0400 Received: from mailchk-m05.uwaterloo.ca ([129.97.128.237]:47036) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gA7PJ-0007M5-WD for guix-devel@gnu.org; Wed, 10 Oct 2018 01:51:42 -0400 In-Reply-To: <875zyaaoxa.fsf@ambrevar.xyz> 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: Pierre Neidhardt Cc: guix-devel Hi Pierre, On Tue, 09 Oct 2018 21:41:05 +0200 Pierre Neidhardt wrote: > Hi, > > I'm trying to package cl-cffi-gtk, which should not be so hard, except > that according to > > https://github.com/Ferada/cl-cffi-gtk/blob/master/INSTALL > > we need to push all .asd to asdf:*central-registry*. That file is just trying to be helpful by providing an easy way to set things up and make them work. It also says > or the corresponding symlinks are created which is effectively what we will do with the build system. > > This should work, but I wonder how to do this properly with the > current ASDF build system. The project doesn't seem to be doing anything special; we just need to make sure that those dependencies are created as packages first, since the build system maps asd systems to packages one to one. The slynk package may be a helpful resource for seeing how to do that. Hoping that helps, -- Andy