perlPackages.ParserMGC: cleanups

This commit is contained in:
Stig Palmquist 2023-10-16 22:27:25 +02:00
parent 2f91eaed72
commit 49002c72ad

View File

@ -19558,7 +19558,8 @@ with self; {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Parser-MGC-0.21.tar.gz";
hash = "sha256-DmGIpydqn5B1fGIEc98W08mGGRO6viWvIJz0RhWgKk8=";
};
propagatedBuildInputs = [ FileSlurpTiny ];
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ FeatureCompatTry ];
meta = {
description = "Build simple recursive-descent parsers";
license = with lib.licenses; [ artistic1 gpl1Plus ];