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:
parent
c5022d5c02
commit
f1e2f0cb6e
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user