mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
[cpan2nix] perlPackages.LWPProtocolHttps: 6.04 -> 6.07
This commit is contained in:
parent
14d596016b
commit
d4e4124252
@ -8559,19 +8559,20 @@ let self = _self // overrides; _self = with self; {
|
|||||||
LWPProtocolhttps = pkgs.perlPackages.LWPProtocolHttps;
|
LWPProtocolhttps = pkgs.perlPackages.LWPProtocolHttps;
|
||||||
|
|
||||||
LWPProtocolHttps = buildPerlPackage rec {
|
LWPProtocolHttps = buildPerlPackage rec {
|
||||||
name = "LWP-Protocol-https-6.04";
|
name = "LWP-Protocol-https-6.07";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz;
|
url = mirror://cpan/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz;
|
||||||
sha256 = "0agnga5dg94222h6rlzqxa0dri2sh3gayncvfb7jad9nxr87gxhy";
|
sha256 = "1rxrpwylfw1afah0nk96kgkwjbl2p1a7lwx50iipg8c4rx3cjb2j";
|
||||||
};
|
};
|
||||||
patches = [ ../development/perl-modules/lwp-protocol-https-cert-file.patch ];
|
patches = [ ../development/perl-modules/lwp-protocol-https-cert-file.patch ];
|
||||||
propagatedBuildInputs = [ LWP IOSocketSSL ];
|
propagatedBuildInputs = [ IOSocketSSL LWP MozillaCA ];
|
||||||
doCheck = false; # tries to connect to https://www.apache.org/.
|
doCheck = false; # tries to connect to https://www.apache.org/.
|
||||||
meta = {
|
meta = {
|
||||||
description = "Provide https support for LWP::UserAgent";
|
description = "Provide https support for LWP::UserAgent";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestRequiresInternet ];
|
||||||
};
|
};
|
||||||
|
|
||||||
LWPUserAgent = LWP;
|
LWPUserAgent = LWP;
|
||||||
|
Loading…
Reference in New Issue
Block a user