From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] gnu: Add lci. Date: Wed, 19 Oct 2016 20:52:35 +0000 Message-ID: <87r37c3vu4.fsf@we.make.ritual.n0.is> References: <20161015210100.23209-1-ng0@we.make.ritual.n0.is> <20161015210100.23209-2-ng0@we.make.ritual.n0.is> <20161019202321.GB8287@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwxqy-0002oF-7q for guix-devel@gnu.org; Wed, 19 Oct 2016 16:52:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwxqt-0008Cr-Cg for guix-devel@gnu.org; Wed, 19 Oct 2016 16:52:48 -0400 Received: from aibo.runbox.com ([91.220.196.211]:51393) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwxqt-0008CS-5j for guix-devel@gnu.org; Wed, 19 Oct 2016 16:52:43 -0400 In-Reply-To: <20161019202321.GB8287@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Sat, Oct 15, 2016 at 09:01:00PM +0000, ng0 wrote: >> From: ng0 >> >> * gnu/packages/lolcode.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > >> + (inputs >> + `(("python-2" ,python-2) >> + ("readline" ,readline))) > > The output (checked with `guix gc --references) doesn't refer to > python-2. > Hm.. tests folder requires it, and also the setup. untime has to be checked.. native-input then?