Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0732437e079
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96d9861592e2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 20, 2020

  1. Copy the full SHA
    1cbdc21 View commit details
  2. Merge pull request #104240 from stigtsp/package/perl-www-twilio-api-init

    perlPackages.WWWTwilioAPI: init at 0.21
    stigtsp authored Nov 20, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    96d9861 View commit details
Showing with 15 additions and 0 deletions.
  1. +15 −0 pkgs/top-level/perl-packages.nix
15 changes: 15 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
@@ -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 { };

Want = buildPerlPackage {