[cpan2nix] perlPackages.CGISession: cleanup

This commit is contained in:
volth 2018-04-07 07:55:58 +00:00
parent e4d638be99
commit fce6184609

View file

@ -1761,13 +1761,12 @@ let self = _self // overrides; _self = with self; {
};
};
CGISession = buildPerlPackage rec {
CGISession = buildPerlModule rec {
name = "CGI-Session-4.48";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MARKSTOS/${name}.tar.gz";
sha256 = "1xsl2pz1jrh127pq0b01yffnj4mnp9nvkp88h5mndrscq9hn8xa6";
};
buildInputs = [ DBFile ];
propagatedBuildInputs = [ CGI ];
};