mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Support communicating with the MTurk API via SSL.
svn path=/nixpkgs/trunk/; revision=29289
This commit is contained in:
parent
6cec6f29db
commit
0578ceb11b
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue