perlPackages.WWWTwilioAPI: init at 0.21
This commit is contained in:
parent
e0feea2d44
commit
1cbdc2123d
@ -22461,6 +22461,21 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
WWWTwilioAPI = buildPerlPackage {
|
||||
pname = "WWW-Twilio-API";
|
||||
version = "0.21";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SC/SCOTTW/WWW-Twilio-API-0.21.tar.gz";
|
||||
sha256 = "582db53a091f8da3670c037733314f2510af5e8ee0ba42a0e391e2f2e3ca7734";
|
||||
};
|
||||
prePatch = "rm examples.pl";
|
||||
propagatedBuildInputs = [ LWPProtocolhttps ];
|
||||
meta = {
|
||||
description = "Accessing Twilio's REST API with Perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
WWWYoutubeViewer = callPackage ../development/perl-modules/WWW-YoutubeViewer { };
|
||||
|
||||
Want = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user