vimPlugins.beancount: add license
Ref: https://github.com/nathangrigg/vim-beancount/blob/589a4f06f3b2fd7cd2356c2ef1dafadf6b7a97cf/doc/beancount.txt#L5
This commit is contained in:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user