* Support communicating with the MTurk API via SSL.

svn path=/nixpkgs/trunk/; revision=29289
This commit is contained in:
Eelco Dolstra 2011-09-14 22:55:02 +00:00
parent 6cec6f29db
commit 0578ceb11b

View File

@ -2326,7 +2326,7 @@ rec {
patches =
[ ../development/perl-modules/net-amazon-mechanicalturk.patch ];
propagatedBuildInputs =
[ DigestHMAC LWP URI XMLParser IOString ];
[ DigestHMAC LWP URI XMLParser IOString CryptSSLeay ];
buildInputs = [ DBI DBDSQLite ];
};