neovim-remote: add now needed setuptools as input

wip/yesman
Doron Behar 4 years ago committed by Jon
parent 088f8ee7fc
commit d4169851a5
  1. 6
      pkgs/applications/editors/neovim/neovim-remote.nix

@ -14,7 +14,11 @@ pythonPackages.buildPythonApplication rec {
sha256 = "0jlw0qksak4bdzddpsj74pm2f2bgpj3cwrlspdjjy0j9qzg0mpl9";
};
propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];
propagatedBuildInputs = with pythonPackages; [
pynvim
psutil
setuptools
];
meta = {
description = "A tool that helps controlling nvim processes from a terminal";

Loading…
Cancel
Save