mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
[cpan2nix] perlPackages.MojoliciousPluginStatus: cleanup
This commit is contained in:
parent
7b4b958df6
commit
73d5e8d47a
|
@ -9943,7 +9943,7 @@ let
|
|||
url = "mirror://cpan/authors/id/S/SR/SRI/${name}.tar.gz";
|
||||
sha256 = "14ypg679dk9yvgq67mp7lzs131cxhbgcmrpx5f4ddqcrs1bzq5rb";
|
||||
};
|
||||
propagatedBuildInputs = [ Mojolicious IPCShareLite BSDResource Sereal ];
|
||||
propagatedBuildInputs = [ BSDResource IPCShareLite Mojolicious Sereal ];
|
||||
meta = {
|
||||
homepage = https://github.com/mojolicious/mojo-status;
|
||||
description = "Mojolicious server status plugin";
|
||||
|
|
Loading…
Reference in a new issue