Commit 04f876a7 authored by Andrew Marshall's avatar Andrew Marshall
Browse files
parent fde36b25
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4879,6 +4879,12 @@ assertNoAdditions {
    };
  });

  vim-easymotion = super.vim-easymotion.overrideAttrs (old: {
    meta = old.meta // {
      license = lib.licenses.mit;
    };
  });

  vim-easytags = super.vim-easytags.overrideAttrs (old: {
    dependencies = [ self.vim-misc ];
    patches = [