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:
parent
64cb7a4af8
commit
d278ece950
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue