[cpan2nix] perlPackages.CatalystActionRenderView: cleanup

This commit is contained in:
volth 2018-06-02 20:39:33 +00:00
parent 67410316b7
commit 7aa73e2394

View file

@ -1143,6 +1143,7 @@ let self = _self // overrides; _self = with self; {
description = "Sensible default end action";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ HTTPRequestAsCGI ];
};
CatalystActionREST = buildPerlPackage rec {