perlPackages.PodLaTeX: 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:35:16 +02:00
parent 3727d958ca
commit 64cb7a4af8
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -16128,6 +16128,7 @@ let
url = "mirror://cpan/authors/id/T/TJ/TJENNESS/Pod-LaTeX-0.61.tar.gz";
sha256 = "15a840ea1c8a76cd3c865fbbf2fec33b03615c0daa50f9c800c54e0cf0659d46";
};
propagatedBuildInputs = [ PodParser ];
meta = {
homepage = "https://github.com/timj/perl-Pod-LaTeX/tree/master";
description = "Convert Pod data to formatted Latex";