File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10789,13 +10789,13 @@ let self = _self // overrides; _self = with self; {
10789
10789
};
10790
10790
};
10791
10791
10792
- PPI = buildPerlPackage {
10793
- name = "PPI-1.220 ";
10792
+ PPI = buildPerlPackage rec {
10793
+ name = "PPI-1.224 ";
10794
10794
src = fetchurl {
10795
- url = mirror://cpan/authors/id/M/MI/MITHALDU/PPI-1.220. tar.gz;
10796
- sha256 = "1e15be50e7d95a36d351af8bf5074f6695a2c72165e586d93e616183e7602b83 ";
10795
+ url = " mirror://cpan/authors/id/M/MI/MITHALDU/${name}. tar.gz" ;
10796
+ sha256 = "8d0f9faaea68515fb5aa6323115dcf98ea6c1dec4441f3844d3b9633b6cc9d94 ";
10797
10797
};
10798
- buildInputs = [ ClassInspector FileRemove TestNoWarnings TestObject TestSubCalls ];
10798
+ buildInputs = [ ClassInspector FileRemove TestDeep TestObject TestSubCalls TestWarn ];
10799
10799
propagatedBuildInputs = [ Clone IOString ListMoreUtils ParamsUtil TaskWeaken ];
10800
10800
10801
10801
# Remove test that fails due to unexpected shebang after
@@ -10806,7 +10806,6 @@ let self = _self // overrides; _self = with self; {
10806
10806
homepage = https://github.com/adamkennedy/PPI;
10807
10807
description = "Parse, Analyze and Manipulate Perl (without perl)";
10808
10808
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
10809
- maintainers = [ maintainers.rycee ];
10810
10809
};
10811
10810
};
10812
10811
You can’t perform that action at this time.
0 commit comments