[cpan2nix] perlPackages.CatalystPluginStackTrace: cleanup
This commit is contained in:
parent
c1052f6819
commit
e84d0d432c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
sha256 = "1b2ksz74cpigxqzf63rddar3vfmnbpwpdcbs11v0ml89pb8ar79j";
|
||||
};
|
||||
propagatedBuildInputs = [ CatalystRuntime DevelStackTrace MROCompat ];
|
||||
propagatedBuildInputs = [ CatalystRuntime ];
|
||||
meta = {
|
||||
description = "Display a stack trace on the debug screen";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue