[cpan2nix] perlPackages.DataPage: cleanup
This commit is contained in:
parent
2a58cdff3c
commit
83b347ac34
@ -3164,13 +3164,14 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
DataPage = buildPerlPackage {
|
||||
DataPage = buildPerlModule {
|
||||
name = "Data-Page-2.02";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/L/LB/LBROCARD/Data-Page-2.02.tar.gz;
|
||||
sha256 = "1hvi92c4h2angryc6pngw7gbm3ysc2jfmyxk2wh9ia4vdwpbs554";
|
||||
};
|
||||
propagatedBuildInputs = [TestException ClassAccessorChained];
|
||||
propagatedBuildInputs = [ ClassAccessorChained ];
|
||||
buildInputs = [ TestException ];
|
||||
};
|
||||
|
||||
DataPagePageset = buildPerlPackage rec {
|
||||
|
Loading…
x
Reference in New Issue
Block a user