summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorc74d <8573dd@gmail.com>2016-12-04 05:40:54 +0000
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2016-12-04 12:50:47 +0200
commite12b2b8119084d9ba30534aeb8de987113783d8e (patch)
treea5eb799e13be38e4ce86ef5ba7c1e8f8bd20c721 /pkgs/top-level/perl-packages.nix
parent8e8742eac0e8b1e8af23a0ef678d39bdc94b0527 (diff)
downloadnixlib-e12b2b8119084d9ba30534aeb8de987113783d8e.tar
nixlib-e12b2b8119084d9ba30534aeb8de987113783d8e.tar.gz
nixlib-e12b2b8119084d9ba30534aeb8de987113783d8e.tar.bz2
nixlib-e12b2b8119084d9ba30534aeb8de987113783d8e.tar.lz
nixlib-e12b2b8119084d9ba30534aeb8de987113783d8e.tar.xz
nixlib-e12b2b8119084d9ba30534aeb8de987113783d8e.tar.zst
nixlib-e12b2b8119084d9ba30534aeb8de987113783d8e.zip
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").
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index e316fd0ee044..c3cd7b88203a 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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 {