[cpan2nix] perlPackages.NetAmazonMechanicalTurk: cleanup

This commit is contained in:
volth 2018-06-02 20:38:30 +00:00
parent 79689ce0e0
commit 22622fd1b2

View File

@ -11274,7 +11274,7 @@ let self = _self // overrides; _self = with self; {
patches =
[ ../development/perl-modules/net-amazon-mechanicalturk.patch ];
propagatedBuildInputs = [ DigestHMAC LWPProtocolHttps XMLParser ];
doCheck = false;
doCheck = false; /* wants network */
};
NetAmazonS3 = buildPerlPackage rec {