mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
perlPackages.ExcelWriterXLSX: init at 1.09
This commit is contained in:
parent
d69bb5f6ba
commit
446e1e18e7
@ -7360,6 +7360,21 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ExcelWriterXLSX = buildPerlPackage {
|
||||
pname = "Excel-Writer-XLSX";
|
||||
version = "1.09";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JM/JMCNAMARA/Excel-Writer-XLSX-1.09.tar.gz";
|
||||
sha256 = "d679c6ac19e93c32ab77594c793e41b948c7bb3873b600e70ad637d093dca187";
|
||||
};
|
||||
propagatedBuildInputs = [ ArchiveZip ];
|
||||
meta = {
|
||||
homepage = "http://jmcnamara.github.com/excel-writer-xlsx/";
|
||||
description = "Create a new file in the Excel 2007+ XLSX format";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
ExceptionBase = buildPerlModule {
|
||||
pname = "Exception-Base";
|
||||
version = "0.2501";
|
||||
|
Loading…
Reference in New Issue
Block a user