[cpan2nix] perlPackages.TextMarkdown: cleanup

This commit is contained in:
volth 2018-04-07 07:56:30 +00:00
parent f99f07b7b0
commit b173d26d0f

View File

@ -15209,8 +15209,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz"; url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
sha256 = "06y79lla8adkqhrs41xdddqjs81dcrh266b50mfbg37bxkawd4f1"; sha256 = "06y79lla8adkqhrs41xdddqjs81dcrh266b50mfbg37bxkawd4f1";
}; };
buildInputs = [ FileSlurp ListMoreUtils Encode ExtUtilsMakeMaker buildInputs = [ ListMoreUtils TestDifferences TestException ];
TestException HTMLTidy TestDifferences ];
}; };
TestMagpie = buildPerlPackage { TestMagpie = buildPerlPackage {