[cpan2nix] perlPackages.FinanceQuote: cleanup

This commit is contained in:
volth 2018-04-07 07:58:08 +00:00
parent 2dd785cdcf
commit 2d05d1eb53

View File

@ -6135,9 +6135,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/E/EC/ECOCODE/${name}.tar.gz";
sha256 = "0gzbq85738f299jaw4nj3ljnka380j2y6yspmyl71rgfypqjvbr7";
};
propagatedBuildInputs = [
CGI CryptSSLeay HTMLTableExtract HTMLTree HTTPMessage LWP LWPProtocolHttps MozillaCA
DateCalc DateTime JSON ];
propagatedBuildInputs = [ CGI DateTime HTMLTableExtract JSON LWPProtocolHttps ];
meta = with stdenv.lib; {
homepage = http://finance-quote.sourceforge.net/;
description = "Get stock and mutual fund quotes from various exchanges";