From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 0/7] Add Stow. Date: Sat, 21 Feb 2015 18:06:52 -0600 Message-ID: <20150221180652.226f4b8b@member.fsf.org> References: <1424546192-26668-1-git-send-email-rekado@elephly.net> 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]:52515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPPgv-0004Dv-GH for guix-devel@gnu.org; Sun, 22 Feb 2015 01:06:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPPgq-0006pM-H5 for guix-devel@gnu.org; Sun, 22 Feb 2015 01:06:57 -0500 Received: from mail.centurylink.net ([205.219.233.9]:41279 helo=smtp.centurylink.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPPgq-0006pI-Be for guix-devel@gnu.org; Sun, 22 Feb 2015 01:06:52 -0500 In-Reply-To: <1424546192-26668-1-git-send-email-rekado@elephly.net> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org On Sat, 21 Feb 2015 20:16:25 +0100 Ricardo Wurmus wrote: > This patch set adds GNU Stow and its dependencies. > > I'm not sure I did the propagate-inputs thing right, but it seemed > necessary as otherwise I had to manually propagate inputs to satisfy > the load requirements of some of the later modules. > > Ricardo Wurmus (7): > gnu: Add Sub::Install. > gnu: Add Params::Util. > gnu: Add Capture::Tiny. > gnu: Add Data::OptList. > gnu: Add Sub::Exporter. > gnu: Add Test::Output. > gnu: Add Stow. > > gnu/packages/package-management.scm | 31 +++++++- > gnu/packages/perl.scm | 140 > ++++++++++++++++++++++++++++++++++++ 2 files changed, 170 > insertions(+), 1 deletion(-) > Thanks for these. Were you able to use the cpan importer? The perl module patches look good to me. Thanks for providing useful content for the 'description' field. I know that's not always easy for perl modules ;) `~Eric (Note: First email sent from my GuixSD installation \o/)