Merge pull request #100820 from zakame/zakame/contrib/perl-IOAsyncSSL

perlPackages.IOAsyncSSL: init at 0.22
gstqt5
StigP 2020-10-17 21:47:40 +00:00 committed by GitHub
commit 5c5e7b119e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -9956,6 +9956,22 @@ let
};
};
IOAsyncSSL = buildPerlModule {
pname = "IO-Async-SSL";
version = "0.22";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-SSL-0.22.tar.gz";
sha256 = "0c7363a7f1a08805bd1b2cf2b1a42a950ca71914c2aedbdd985970e011331a21";
};
buildInputs = [ TestIdentity ];
propagatedBuildInputs = [ Future IOAsync IOSocketSSL ];
meta = {
description = "Use SSL/TLS with IO::Async";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.zakame ];
};
};
IOCapture = buildPerlPackage {
pname = "IO-Capture";
version = "0.05";