perlPackages.PodSpell: fix for perl 5.32

Added Pod::Parser as a dependency, since perl 5.32 no longer includes
this module in core.
This commit is contained in:
Stig Palmquist 2020-07-15 16:36:51 +02:00
parent d278ece950
commit c5022d5c02
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -16251,7 +16251,7 @@ let
url = "mirror://cpan/authors/id/D/DO/DOLMEN/Pod-Spell-1.20.tar.gz";
sha256 = "6383f7bfe22bc0d839a08057a0ce780698b046184aea935be4833d94986dd03c";
};
propagatedBuildInputs = [ ClassTiny FileShareDir LinguaENInflect PathTiny ];
propagatedBuildInputs = [ ClassTiny FileShareDir LinguaENInflect PathTiny PodParser ];
buildInputs = [ FileShareDirInstall TestDeep ];
};