[cpan2nix] perlPackages.FinanceQuote: cleanup
This commit is contained in:
parent
2dd785cdcf
commit
2d05d1eb53
|
@ -6135,9 +6135,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/E/EC/ECOCODE/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/E/EC/ECOCODE/${name}.tar.gz";
|
||||||
sha256 = "0gzbq85738f299jaw4nj3ljnka380j2y6yspmyl71rgfypqjvbr7";
|
sha256 = "0gzbq85738f299jaw4nj3ljnka380j2y6yspmyl71rgfypqjvbr7";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [ CGI DateTime HTMLTableExtract JSON LWPProtocolHttps ];
|
||||||
CGI CryptSSLeay HTMLTableExtract HTMLTree HTTPMessage LWP LWPProtocolHttps MozillaCA
|
|
||||||
DateCalc DateTime JSON ];
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://finance-quote.sourceforge.net/;
|
homepage = http://finance-quote.sourceforge.net/;
|
||||||
description = "Get stock and mutual fund quotes from various exchanges";
|
description = "Get stock and mutual fund quotes from various exchanges";
|
||||||
|
|
Loading…
Reference in New Issue