[cpan2nix] perlPackages.MooseXTypesCommon: cleanup
This commit is contained in:
parent
b42468a9f2
commit
053a5202b6
@ -10318,14 +10318,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
MooseXTypesCommon = buildPerlPackage rec {
|
MooseXTypesCommon = buildPerlModule rec {
|
||||||
name = "MooseX-Types-Common-0.001014";
|
name = "MooseX-Types-Common-0.001014";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "ef93718b6d2f240d50b5c3acb1a74b4c2a191869651470001a82be1f35d0ef0f";
|
sha256 = "ef93718b6d2f240d50b5c3acb1a74b4c2a191869651470001a82be1f35d0ef0f";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuildTiny TestDeep TestWarnings perl ];
|
buildInputs = [ ModuleBuildTiny TestDeep TestWarnings ];
|
||||||
propagatedBuildInputs = [ MooseXTypes self."if" ];
|
propagatedBuildInputs = [ MooseXTypes ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/moose/MooseX-Types-Common;
|
homepage = https://github.com/moose/MooseX-Types-Common;
|
||||||
description = "A library of commonly used type constraints";
|
description = "A library of commonly used type constraints";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user