forked from mirrors/nixpkgs
[cpan2nix] perlPackages.ModuleBuildPluggable: cleanup
This commit is contained in:
parent
ffe86fe949
commit
090788a4ff
|
@ -9127,12 +9127,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/${name}.tar.gz";
|
||||||
sha256 = "e5bb2acb117792c984628812acb0fec376cb970caee8ede57535e04d762b0e40";
|
sha256 = "e5bb2acb117792c984628812acb0fec376cb970caee8ede57535e04d762b0e40";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ClassAccessorLite ClassMethodModifiers DataOptList ModuleBuild TestSharedFork ];
|
propagatedBuildInputs = [ ClassAccessorLite ClassMethodModifiers DataOptList ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/tokuhirom/Module-Build-Pluggable;
|
homepage = https://github.com/tokuhirom/Module-Build-Pluggable;
|
||||||
description = "Module::Build meets plugins";
|
description = "Module::Build meets plugins";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestSharedFork ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ModuleBuildPluggablePPPort = buildPerlModule rec {
|
ModuleBuildPluggablePPPort = buildPerlModule rec {
|
||||||
|
|
Loading…
Reference in a new issue