perlPackages.CatalystXScriptServerStarman: 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
821dba740e
commit
bfea06df95
@ -2150,7 +2150,7 @@ let
|
|||||||
../development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
|
../development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
|
||||||
];
|
];
|
||||||
buildInputs = [ TestWWWMechanizeCatalyst ];
|
buildInputs = [ TestWWWMechanizeCatalyst ];
|
||||||
propagatedBuildInputs = [ CatalystRuntime Starman ];
|
propagatedBuildInputs = [ CatalystRuntime Starman PodParser ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Replace the development server with Starman";
|
description = "Replace the development server with Starman";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user