perlPackages.CGIMinimal: init at 1.29 (#58935)

This commit is contained in:
aanderse 2019-04-03 16:53:34 -04:00 committed by xeji
parent cfe5698727
commit 1aa1ea53e2

View file

@ -1752,6 +1752,18 @@ let
propagatedBuildInputs = [ CGI ];
};
CGIMinimal = buildPerlPackage rec {
name = "CGI-Minimal-1.29";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SN/SNOWHARE/${name}.tar.gz";
sha256 = "36c785ffacf5cdee4f1a7219ca1848b7e1700bdd71cd9116e1f00545ec88475d";
};
meta = {
description = "A lightweight CGI form processing package";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
CGIPSGI = buildPerlPackage {
name = "CGI-PSGI-0.15";
src = fetchurl {