mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
[cpan2nix] perlPackages.RPCEPCService: cleanup
This commit is contained in:
parent
72b6a23934
commit
17686c62c6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user