From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add irctest. Date: Wed, 19 Oct 2016 16:18:37 -0400 Message-ID: <20161019201837.GA8287@jasmine> References: <20161018134224.24053-1-ng0@we.make.ritual.n0.is> <20161018134224.24053-2-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwxK0-0002uq-CA for guix-devel@gnu.org; Wed, 19 Oct 2016 16:18:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwxJv-0005x4-AH for guix-devel@gnu.org; Wed, 19 Oct 2016 16:18:44 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:32897) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwxJv-0005ws-3q for guix-devel@gnu.org; Wed, 19 Oct 2016 16:18:39 -0400 Content-Disposition: inline In-Reply-To: <20161018134224.24053-2-ng0@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org On Tue, Oct 18, 2016 at 01:42:24PM +0000, ng0 wrote: > * gnu/packages/irc.scm (irctest): New variable. Cool! > + (version (string-append "0.1-" revision "." (string-take commit 7))) 0.1 should be 0.0.0. > + (inputs > + `(("python-ecdsa" ,python-ecdsa) > + ("python-psutil" ,python-psutil) > + ("limnoria" ,limnoria))) The output does not refer to limnoria: $ guix gc --references $(./pre-inst-env guix build irctest) /gnu/store/pn0lc8cl2c7ja8vgkxs2ka8w9vras8i5-python-ecdsa-0.13 /gnu/store/qvmmdi87vypfz90n76ph5knca188wrv8-python-psutil-4.3.0 /gnu/store/z4r53nxw185s5an6kkvs7cgdkwrl1p8l-irctest-0.1-1.548ddb5 Is it just used for building? If so, it should be a native-input. Otherwise irctest will stop working after garbage collection.