Commit fde36b25 authored by Andrew Marshall's avatar Andrew Marshall
Browse files
parent 9c0a0e5e
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4733,9 +4733,12 @@ assertNoAdditions {
    };
  });

  vim-beancount = super.vim-beancount.overrideAttrs {
  vim-beancount = super.vim-beancount.overrideAttrs (old: {
    passthru.python3Dependencies = ps: with ps; [ beancount ];
    meta = old.meta // {
      license = lib.licenses.vim;
    };
  });

  vim-bepoptimist = super.vim-bepoptimist.overrideAttrs (old: {
    meta = old.meta // {