vimPlugins.magma-nvim-goose: add python dependencies

This commit is contained in:
Gaetan Lepage 2023-03-24 11:36:07 +01:00
parent f3f4e74d69
commit ae0ea562ab

View File

@ -597,6 +597,17 @@ self: super: {
rev = "5d916c39c1852e09fcd39eab174b8e5bbdb25f8f";
sha256 = "10d6dh0czdpgfpzqs5vzxfffkm0460qjzi2mfkacgghqf3iwkbja";
};
passthru.python3Dependencies = ps: with ps; [
pynvim
jupyter-client
ueberzug
pillow
cairosvg
plotly
ipykernel
pyperclip
pnglatex
];
meta.homepage = "https://github.com/WhiteBlackGoose/magma-nvim-goose/";
};