forked from mirrors/nixpkgs
[cpan2nix] perlPackages.CGIMinimal: cleanup
This commit is contained in:
parent
4bbd5b8e30
commit
ce38760587
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue