mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
8e8742eac0
commit
e12b2b8119
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user