perl-App-cpanminus: new package

cpanm is one of three(?) CPAN clients, see
http://stackoverflow.com/questions/5861292/which-cpan-installer-is-the-right-one-cpan-pm-cpanplus-cpanminus.

Generated with "nix-generate-from-cpan App::cpanminus", plus I added
platforms = all;
This commit is contained in:
Bjørn Forsman 2015-04-06 14:56:42 +02:00
parent 31f4c0c7d1
commit 4cecfe9ab7

View File

@ -205,6 +205,20 @@ let self = _self // overrides; _self = with self; {
};
};
Appcpanminus = buildPerlPackage {
name = "App-cpanminus-1.7027";
src = fetchurl {
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7027.tar.gz;
sha256 = "6853359493f8465abbe556d7409e7c0abecd1b48b6a63d2f851af83839c34b31";
};
meta = {
homepage = https://github.com/miyagawa/cpanminus;
description = "Get, unpack, build and install modules from CPAN";
license = "perl";
platforms = stdenv.lib.platforms.all;
};
};
Appperlbrew = buildPerlPackage {
name = "App-perlbrew-0.71";
src = fetchurl {