guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Perl build system and importer


From: Eric Bavier
Subject: [PATCH 0/4] Perl build system and importer
Date: Thu, 12 Feb 2015 09:58:11 -0600

The following patches make some updates to perl-build-system and the cpan
importer.  The first patch is necessary for several Perl modules that I've
encountered which don't use MakeMaker in their build system, which
perl-build-system current assumes, but instead use the newer Module::Build
system.  Rather than creating an entirely new build-system, I found it much
easier to just ammend the current perl-build-system.

Eric Bavier (4):
  build-system/perl: Use Build.PL for builds if present.
  guix: licenses: Add Artistic 2.0 license.
  import: cpan: Use corelist to filter dependencies.
  import: cpan: Sort inputs, use mirror url, adjust licenses.

 doc/guix.texi                    |    7 ++--
 guix/build-system/perl.scm       |    4 ++
 guix/build/perl-build-system.scm |   59 ++++++++++++++++++++++++------
 guix/import/cpan.scm             |   75 ++++++++++++++++++++++++++++----------
 guix/licenses.scm                |    7 +++-
 5 files changed, 117 insertions(+), 35 deletions(-)

-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]