treewide: perlPackages.LWPProtocolhttps -> perlPackages.LWPProtocolHttps

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein 2021-03-16 20:13:50 +01:00
parent 06ebe5e6a6
commit aef8f1edb0
No known key found for this signature in database
GPG Key ID: EF76A063F15C63C8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#!nix-shell -i perl -p perl perlPackages.LWPProtocolhttps perlPackages.FileSlurp #!nix-shell -i perl -p perl perlPackages.LWPProtocolHttps perlPackages.FileSlurp
use strict; use strict;
use List::Util qw(reduce); use List::Util qw(reduce);

View File

@ -23070,7 +23070,7 @@ let
sha256 = "582db53a091f8da3670c037733314f2510af5e8ee0ba42a0e391e2f2e3ca7734"; sha256 = "582db53a091f8da3670c037733314f2510af5e8ee0ba42a0e391e2f2e3ca7734";
}; };
prePatch = "rm examples.pl"; prePatch = "rm examples.pl";
propagatedBuildInputs = [ LWPProtocolhttps ]; propagatedBuildInputs = [ LWPProtocolHttps ];
meta = { meta = {
description = "Accessing Twilio's REST API with Perl"; description = "Accessing Twilio's REST API with Perl";
license = with lib.licenses; [ artistic1 gpl1Plus ]; license = with lib.licenses; [ artistic1 gpl1Plus ];