perlPackages.PodWrap: 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:37:25 +02:00
parent c5022d5c02
commit f1e2f0cb6e
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -16306,6 +16306,7 @@ let
url = "mirror://cpan/authors/id/N/NU/NUFFIN/Pod-Wrap-0.01.tar.gz";
sha256 = "0qwb5hp26f85xnb3zivf8ccfdplabiyl5sd53c6wgdgvzzicpjjh";
};
propagatedBuildInputs = [ PodParser ];
meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};