From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: [PATCH 0/3] Add miscelanious simple libraries. Date: Wed, 29 Jun 2016 16:43:14 +0200 Message-ID: <20160629144317.19899-1-alex@pompo.co> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIGiL-0005c7-5I for guix-devel@gnu.org; Wed, 29 Jun 2016 10:43:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIGiG-0002r7-5Y for guix-devel@gnu.org; Wed, 29 Jun 2016 10:43:40 -0400 Received: from mail.pompo.co ([87.243.223.35]:52761 helo=ronja.pompo.co) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIGiF-0002qI-QE for guix-devel@gnu.org; Wed, 29 Jun 2016 10:43:36 -0400 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: guix-devel@gnu.org Hello, Finally, for today, here 3 simple perl libraries that I also require for packaging bigger and better things :-) They all seemed simple enough, with no complications for `environment` or `lint`. perl-guard did not return a license with `import`. I checked the COPYING file, it just says it has the same license as PERL, so I set it to (package-license perl), as seems to be convention. Cheers, Alex Alex Sassmannshausen (3): gnu: Add perl-file-zglob. gnu: Add perl-guard. gnu: Add perl-ipc-system-simple. gnu/packages/perl.scm | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) -- 2.8.4