[cpan2nix] perlPackages.RPCEPCService: cleanup

This commit is contained in:
volth 2019-10-22 07:09:47 +00:00
parent 72b6a23934
commit 17686c62c6

View file

@ -15200,14 +15200,13 @@ let
};
};
RPCEPCService = buildPerlPackage {
RPCEPCService = buildPerlModule {
pname = "RPC-EPC-Service";
version = "0.0.11";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KI/KIWANAMI/RPC-EPC-Service-v0.0.11.tar.gz";
sha256 = "975f4134365258fb47fa921919053513adb9101f2bd420fcefe345f209128be3";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ AnyEvent DataSExpression ];
meta = {
description = "An Asynchronous Remote Procedure Stack";