[cpan2nix] perlPackages.SQLAbstract: cleanup

This commit is contained in:
volth 2018-04-07 07:56:57 +00:00
parent 968854ffc5
commit afb14126a4

View File

@ -12820,7 +12820,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "9f44afe031a0cc63a6ccabaa46ba7ec58ef4db940559cee7fbc2dfbbf37bccab"; sha256 = "9f44afe031a0cc63a6ccabaa46ba7ec58ef4db940559cee7fbc2dfbbf37bccab";
}; };
buildInputs = [ TestDeep TestException TestWarn ]; buildInputs = [ TestDeep TestException TestWarn ];
propagatedBuildInputs = [ HashMerge MROCompat Moo SubQuote ]; propagatedBuildInputs = [ HashMerge MROCompat Moo ];
meta = { meta = {
description = "Generate SQL from Perl data structures"; description = "Generate SQL from Perl data structures";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];