[cpan2nix] perlPackages.VMEC2: cleanup

This commit is contained in:
volth 2018-04-07 07:57:23 +00:00
parent 9d26374f05
commit bf111e02cf

View File

@ -16270,8 +16270,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/L/LD/LDS/${name}.tar.gz";
sha256 = "b2b6b31745c57431fca0efb9b9d0b8f168d6081755e048fd9d6c4469bd108acd";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ AnyEvent AnyEventCacheDNS AnyEventHTTP JSON LWP StringApprox URI XMLSimple ];
propagatedBuildInputs = [ AnyEventCacheDNS AnyEventHTTP JSON StringApprox XMLSimple ];
meta = {
description = "Perl interface to Amazon EC2, Virtual Private Cloud, Elastic Load Balancing, Autoscaling, and Relational Database services";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];