perlPackages.Appcpanminus: add dep for tls support

This commit is contained in:
Stig Palmquist 2022-01-30 18:57:10 +01:00
parent 829b3f6adf
commit 9cbd42c6de

View File

@ -734,6 +734,7 @@ let
url = "mirror://cpan/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7045.tar.gz";
sha256 = "1779w07zxlgfk35s24ksr7k9azd5yl8sbb48y1aaph7y4gf4lkmc";
};
propagatedBuildInputs = [ IOSocketSSL ];
meta = {
homepage = "https://github.com/miyagawa/cpanminus";
description = "Get, unpack, build and install modules from CPAN";