perlPackages.ModuleBuildPluggablePPPort: init at 0.04

Add the Perl module `Module::Build::Pluggable::PPPort`, version 0.04,
generated by `nix-generate-from-cpan`.

I have tested this change per nixpkgs manual section 11.1 ("Making
patches").
This commit is contained in:
c74d 2016-12-04 05:40:54 +00:00 committed by Tuomas Tynkkynen
parent 8e8742eac0
commit e12b2b8119

View File

@ -8111,6 +8111,20 @@ let self = _self // overrides; _self = with self; {
};
};
ModuleBuildPluggablePPPort = buildPerlModule rec {
name = "Module-Build-Pluggable-PPPort-0.04";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/${name}.tar.gz";
sha256 = "44084ba3d8815f343bd391585ac5d8339a4807ce5c0dd84c98db8f310b64c0ea";
};
buildInputs = [ ModuleBuild TestRequires ];
propagatedBuildInputs = [ ClassAccessorLite ModuleBuildPluggable ];
meta = {
description = "Generate ppport.h";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
ModuleBuildTiny = buildPerlModule {
name = "Module-Build-Tiny-0.039";
src = fetchurl {