perl-Connector: 1.16 -> 1.22
This commit is contained in:
parent
2913bfb250
commit
9351c5c3b5
@ -2374,13 +2374,21 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
Connector = buildPerlPackage rec {
|
||||
name = "Connector-1.16";
|
||||
name = "Connector-1.22";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MR/MRSCOTTY/${name}.tar.gz";
|
||||
sha256 = "0rbx4n86y5sdkff37w8djw1ahxrg79bsfgbrph3kjhh4jzd20q09";
|
||||
sha256 = "aa178d1865817ad2dea5c79645c8e6420ca2cfb951f20c98b5154307de219016";
|
||||
};
|
||||
buildInputs = [ ConfigMerge ConfigStd ConfigVersioned CryptSSLeay DBDSQLite DBI IOSocketSSL LWPProtocolhttps LWPUserAgent TemplateToolkit YAML ];
|
||||
propagatedBuildInputs = [ LogLog4perl Moose ];
|
||||
prePatch = ''
|
||||
# Attempts to use network.
|
||||
rm t/01-proxy-http.t
|
||||
'';
|
||||
meta = {
|
||||
description = "A generic connection to a hierarchical-structured data set";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
buildInputs = [ Moose ConfigStd YAML PathClass DateTime Log4Perl
|
||||
ConfigVersioned TemplateToolkit];
|
||||
};
|
||||
|
||||
ConvertASN1 = buildPerlPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user