about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authoraanderse <aaron@fosslib.net>2019-04-03 16:53:34 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2019-04-03 22:53:34 +0200
commit1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128 (patch)
treee04de2f73cfd2711f21e82c265aa3319d1f38698 /pkgs/top-level/perl-packages.nix
parentcfe56987277699a49521bf7d40ebc8efa71de748 (diff)
downloadnixlib-1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128.tar
nixlib-1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128.tar.gz
nixlib-1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128.tar.bz2
nixlib-1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128.tar.lz
nixlib-1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128.tar.xz
nixlib-1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128.tar.zst
nixlib-1aa1ea53e28ffa9c76e8c0e552f4a3a50247e128.zip
perlPackages.CGIMinimal: init at 1.29 (#58935)
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index dcfb63f9e32c..598197888b61 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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 {