Merge pull request #104240 from stigtsp/package/perl-www-twilio-api-init
perlPackages.WWWTwilioAPI: init at 0.21
This commit is contained in:
commit
96d9861592
@ -22476,6 +22476,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 { };
|
WWWYoutubeViewer = callPackage ../development/perl-modules/WWW-YoutubeViewer { };
|
||||||
|
|
||||||
Want = buildPerlPackage {
|
Want = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user