Skip to content

Commit

Permalink
perlPackages.CGIMinimal: init at 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse committed Apr 3, 2019
1 parent 7a91369 commit 26db6d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 26db6d8

Please sign in to comment.