neovim-remote: add now needed setuptools as input
This commit is contained in:
parent
088f8ee7fc
commit
d4169851a5
@ -14,7 +14,11 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
sha256 = "0jlw0qksak4bdzddpsj74pm2f2bgpj3cwrlspdjjy0j9qzg0mpl9";
|
sha256 = "0jlw0qksak4bdzddpsj74pm2f2bgpj3cwrlspdjjy0j9qzg0mpl9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
|
pynvim
|
||||||
|
psutil
|
||||||
|
setuptools
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool that helps controlling nvim processes from a terminal";
|
description = "A tool that helps controlling nvim processes from a terminal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user