[cpan2nix] perlPackages.CGIMinimal: cleanup

This commit is contained in:
volth 2019-04-22 01:06:03 +00:00
parent 4bbd5b8e30
commit ce38760587

View file

@ -1773,7 +1773,7 @@ let
propagatedBuildInputs = [ CGI ];
};
CGIMinimal = buildPerlPackage rec {
CGIMinimal = buildPerlModule rec {
name = "CGI-Minimal-1.29";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SN/SNOWHARE/${name}.tar.gz";