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:
parent
3727d958ca
commit
64cb7a4af8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user