From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 0/7] Add Stow. Date: Sun, 22 Feb 2015 09:41:42 +0100 Message-ID: <877fva72yh.fsf@mango.localdomain> References: <1424546192-26668-1-git-send-email-rekado@elephly.net> <20150221180652.226f4b8b@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPS6u-0005Os-8g for guix-devel@gnu.org; Sun, 22 Feb 2015 03:41:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPS6o-0006uW-LA for guix-devel@gnu.org; Sun, 22 Feb 2015 03:41:56 -0500 Received: from sender1.zohomail.com ([74.201.84.155]:30576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPS6o-0006tF-Bx for guix-devel@gnu.org; Sun, 22 Feb 2015 03:41:50 -0500 In-reply-to: <20150221180652.226f4b8b@member.fsf.org> 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier writes: > Thanks for these. Were you able to use the cpan importer? I did use the CPAN importer, but ended up removing all of the detected inputs. Apparantly it added packages as inputs that are available as part of the perl-build-system already. I did use the output of the importer to check my final package definitions, though. It also made it easier to get the homepage and a workable synopsis. Maybe the inputs that are added by default could be tweaked a bit more. Other than that I found it very useful. ~~ Ricardo