3
0
Fork 0
forked from mirrors/nixpkgs

perl-packages.nix: Added Sort-Versions.

svn path=/nixpkgs/trunk/; revision=31631
This commit is contained in:
Alexander Tsamutali 2012-01-18 15:14:42 +00:00
parent a0672a86dc
commit 87441a72be

View file

@ -2987,6 +2987,14 @@ rec {
};
};
SortVersions = buildPerlPackage rec {
name = "Sort-Versions-1.5";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ED/EDAVIS/${name}.tar.gz";
sha256 = "1yhyxaakyhcffgr9lwd314badhlc2gh9f6n47013ljshbnkgzhh9";
};
};
SpreadsheetParseExcel = buildPerlPackage rec {
name = "Spreadsheet-ParseExcel-0.58";
src = fetchurl {