From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: lightning: Move to (gnu packages assembly). Date: Wed, 22 Jun 2016 11:16:38 +0300 Message-ID: <87wplhtz89.fsf@gmail.com> References: <87bn2u8xw2.fsf@gmail.com> <87inx28w6m.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFdKz-0003ID-29 for guix-devel@gnu.org; Wed, 22 Jun 2016 04:16:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFdKw-0002Dj-Js for guix-devel@gnu.org; Wed, 22 Jun 2016 04:16:40 -0400 In-Reply-To: <87inx28w6m.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 21 Jun 2016 16:15:45 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-06-21 17:15 +0300) wrote: > Alex Kost skribis: > >> I think (gnu packages assembly) is a suitable module for 'lightning', >> right? >> >> >> From 600960dd5d0b9a9877bf1389c1cbd8efc53a5b0a Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Tue, 21 Jun 2016 16:29:40 +0300 >> Subject: [PATCH] gnu: lightning: Move to (gnu packages assembly). >> >> * gnu/packages/lightning.scm: Remove. Move 'lightning' to... >> * gnu/packages/assembly.scm (lightning): ... here. New variable. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. > > Definitely, thanks! Pushed. --=20 Alex