[cpan2nix] perlPackages.CatalystPluginStackTrace: cleanup

This commit is contained in:
volth 2018-04-07 07:58:33 +00:00
parent c1052f6819
commit e84d0d432c

View File

@ -1592,7 +1592,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-StackTrace-0.12.tar.gz; url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-StackTrace-0.12.tar.gz;
sha256 = "1b2ksz74cpigxqzf63rddar3vfmnbpwpdcbs11v0ml89pb8ar79j"; sha256 = "1b2ksz74cpigxqzf63rddar3vfmnbpwpdcbs11v0ml89pb8ar79j";
}; };
propagatedBuildInputs = [ CatalystRuntime DevelStackTrace MROCompat ]; propagatedBuildInputs = [ CatalystRuntime ];
meta = { meta = {
description = "Display a stack trace on the debug screen"; description = "Display a stack trace on the debug screen";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];