treewide: perlPackages.LWPProtocolhttps -> perlPackages.LWPProtocolHttps
Fix building with `config.allowAliases = false;`.
This commit is contained in:
parent
06ebe5e6a6
commit
aef8f1edb0
@ -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);
|
||||||
|
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user