[cpan2nix] perlPackages.TestPerlTidy: 20130104 -> 20190402
This commit is contained in:
parent
4c56298b77
commit
806bfde236
@ -15604,16 +15604,17 @@ let
|
|||||||
propagatedBuildInputs = [ MCE PerlCritic ];
|
propagatedBuildInputs = [ MCE PerlCritic ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestPerlTidy = buildPerlPackage rec {
|
TestPerlTidy = buildPerlModule rec {
|
||||||
name = "Test-PerlTidy-20130104";
|
name = "Test-PerlTidy-20190402";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/L/LA/LARRYL/${name}.tar.gz";
|
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Test-PerlTidy-20190402.tar.gz;
|
||||||
sha256 = "3f15d9f3f4811e348594620312258d75095237925b491ada623fa73ac9d2b9c8";
|
sha256 = "e9cb9b23ed62e8c6a47a1e18b55328aa3bfa467e05cd93e7e12b2738dd1e025f";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ FileFinder FileSlurp PerlTidy TextDiff ];
|
propagatedBuildInputs = [ PathTiny PerlTidy TextDiff ];
|
||||||
meta = {
|
meta = {
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestPerlCritic ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestPod = buildPerlPackage rec {
|
TestPod = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user