perlPackages.SpreadsheetXLSX: init at 0.17
This commit is contained in:
parent
5345c491e4
commit
de941a4275
@ -21641,6 +21641,22 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
SpreadsheetXLSX = buildPerlPackage {
|
||||
pname = "Spreadsheet-XLSX";
|
||||
version = "0.17";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/A/AS/ASB/Spreadsheet-XLSX-0.17.tar.gz";
|
||||
hash = "sha256-M7d4knz/FjCQZbdOuMRpawNxZg0szf5FvkYFCSrO6XY=";
|
||||
};
|
||||
buildInputs = [ TestNoWarnings TestWarnings ];
|
||||
propagatedBuildInputs = [ ArchiveZip SpreadsheetParseExcel ];
|
||||
meta = {
|
||||
homepage = "https://github.com/asb-capfan/Spreadsheet-XLSX";
|
||||
description = "Perl extension for reading MS Excel 2007 files;";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
SQLAbstract = buildPerlPackage {
|
||||
pname = "SQL-Abstract";
|
||||
version = "2.000001";
|
||||
|
Loading…
Reference in New Issue
Block a user