perl-Spreadsheet-WriteExcel: init at 2.40

This commit is contained in:
Robert Helgesson 2016-09-02 19:36:09 +02:00
parent 168d78d537
commit 28e836a320
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -11217,6 +11217,19 @@ let self = _self // overrides; _self = with self; {
};
};
SpreadsheetWriteExcel = buildPerlPackage rec {
name = "Spreadsheet-WriteExcel-2.40";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JM/JMCNAMARA/${name}.tar.gz";
sha256 = "e356aad6866cf135731268ee0e979a197443c15a04878e9cf3e80d022ad6c07e";
};
propagatedBuildInputs = [ OLEStorage_Lite ParseRecDescent ];
meta = {
description = "Write to a cross platform Excel binary file";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
SQLAbstract = buildPerlPackage rec {
name = "SQL-Abstract-1.81";
src = fetchurl {