mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
perlPackages.PodSpell: 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
d278ece950
commit
c5022d5c02
@ -16251,7 +16251,7 @@ let
|
||||
url = "mirror://cpan/authors/id/D/DO/DOLMEN/Pod-Spell-1.20.tar.gz";
|
||||
sha256 = "6383f7bfe22bc0d839a08057a0ce780698b046184aea935be4833d94986dd03c";
|
||||
};
|
||||
propagatedBuildInputs = [ ClassTiny FileShareDir LinguaENInflect PathTiny ];
|
||||
propagatedBuildInputs = [ ClassTiny FileShareDir LinguaENInflect PathTiny PodParser ];
|
||||
buildInputs = [ FileShareDirInstall TestDeep ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user