perlPackages.PodPlainer: 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:09 +02:00
parent 64cb7a4af8
commit d278ece950
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -16197,6 +16197,7 @@ let
url = "mirror://cpan/authors/id/R/RM/RMBARKER/Pod-Plainer-1.04.tar.gz";
sha256 = "1bbfbf7d1d4871e5a83bab2137e22d089078206815190eb1d5c1260a3499456f";
};
propagatedBuildInputs = [ PodParser ];
meta = {
description = "Perl extension for converting Pod to old-style Pod";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];