forked from mirrors/nixpkgs
* Enable https support in Net::Amazon::EC2.
svn path=/nixpkgs/trunk/; revision=27235
This commit is contained in:
parent
2ca22bb68d
commit
166e5a8fbf
|
@ -1974,7 +1974,8 @@ rec {
|
||||||
url = "mirror://cpan/authors/id/J/JK/JKIM/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/J/JK/JKIM/${name}.tar.gz";
|
||||||
sha256 = "14am9m19ziyv12bjxljhfyl0zy120yf4gligsa9v26smb61fxyjr";
|
sha256 = "14am9m19ziyv12bjxljhfyl0zy120yf4gligsa9v26smb61fxyjr";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DigestHMAC LWP Moose URI ParamsValidate XMLSimple Moose ];
|
propagatedBuildInputs =
|
||||||
|
[ DigestHMAC LWP Moose URI ParamsValidate XMLSimple Moose CryptSSLeay ];
|
||||||
doCheck = false; # wants to create actual EC2 instances (for $$$)
|
doCheck = false; # wants to create actual EC2 instances (for $$$)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue