mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
[cpan2nix] perlPackages.LWPProtocolConnect: cleanup
This commit is contained in:
parent
6746fbe2e0
commit
4f1a3c2095
@ -8550,7 +8550,7 @@ let self = _self // overrides; _self = with self; {
|
||||
sha256 = "9f252394775e23aa42c3176611e5930638ab528d5190110b4731aa5b0bf35a15";
|
||||
};
|
||||
buildInputs = [ TestException ];
|
||||
propagatedBuildInputs = [ HTTPMessage IOSocketSSL LWP LWPProtocolhttps URI ];
|
||||
propagatedBuildInputs = [ LWPProtocolHttps ];
|
||||
meta = {
|
||||
description = "Provides HTTP/CONNECT proxy support for LWP::UserAgent";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user