[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";
|
sha256 = "9f252394775e23aa42c3176611e5930638ab528d5190110b4731aa5b0bf35a15";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestException ];
|
buildInputs = [ TestException ];
|
||||||
propagatedBuildInputs = [ HTTPMessage IOSocketSSL LWP LWPProtocolhttps URI ];
|
propagatedBuildInputs = [ LWPProtocolHttps ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Provides HTTP/CONNECT proxy support for LWP::UserAgent";
|
description = "Provides HTTP/CONNECT proxy support for LWP::UserAgent";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in New Issue