Andrew Marshall
2026-04-28 22:31:56 -04:00
parent 9c0a0e5e37
commit fde36b2594
@@ -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 // {