[cpan2nix] perlPackages.CatalystXScriptServerStarman: cleanup
This commit is contained in:
parent
b3526f54b6
commit
de2d6985ff
1 changed files with 1 additions and 1 deletions
|
@ -1739,7 +1739,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
../development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
|
../development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
|
||||||
];
|
];
|
||||||
buildInputs = [ TestWWWMechanizeCatalyst ];
|
buildInputs = [ TestWWWMechanizeCatalyst ];
|
||||||
propagatedBuildInputs = [ CatalystRuntime Moose namespaceautoclean Starman ];
|
propagatedBuildInputs = [ CatalystRuntime Starman ];
|
||||||
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…
Reference in a new issue