1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

perlPackages.CGIExpand: new expression

This commit is contained in:
Oliver Charles 2013-06-10 22:17:53 +01:00
parent 9c7953d3b6
commit 69694da603

View file

@ -815,6 +815,18 @@ rec {
};
};
CGIExpand = buildPerlPackage {
name = "CGI-Expand-2.03";
src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOWMANBS/CGI-Expand-2.03.tar.gz;
sha256 = "0p59is2mynybii8r1cpci2i17xzwhrrs4741hndhkcp4spggr0z1";
};
propagatedBuildInputs = [ TestException ];
meta = {
description = "Convert flat hash to nested data using TT2's dot convention";
};
};
CGIFormBuilder = buildPerlPackage rec {
name = "CGI-FormBuilder-3.0501";
src = fetchurl {