diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-24 11:08:01 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-24 11:08:05 +0100 |
| commit | 70c3b4fa793d5c6b4383712d51ed1eb5daa9f964 (patch) | |
| tree | a94b7e80c12ac9bd27a82cb19567b0a20fff3864 /gnu | |
| parent | 5f12c48383c91c0d3bdd78269c51647f9a53257a (diff) | |
gnu: Remove python-neovim-remote.
* gnu/packages/vim.scm (python-neovim-remote): Delete variable.
Fixes: guix/guix#3774
Change-Id: I34f349e239ba1b17ec67d33401fdd5ac5ec37b1e
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/vim.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index a3f667df4bf..b65e9952836 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm | |||
| @@ -1051,30 +1051,6 @@ also works as a library for connecting to and scripting neovim processes | |||
| 1051 | through its msgpack-rpc API.") | 1051 | through its msgpack-rpc API.") |
| 1052 | (license license:asl2.0))) | 1052 | (license license:asl2.0))) |
| 1053 | 1053 | ||
| 1054 | (define-public python-neovim-remote | ||
| 1055 | (package | ||
| 1056 | (name "python-neovim-remote") | ||
| 1057 | (version "2.5.1") | ||
| 1058 | (source (origin | ||
| 1059 | (method url-fetch) | ||
| 1060 | (uri (pypi-uri "neovim-remote" version)) | ||
| 1061 | (sha256 | ||
| 1062 | (base32 | ||
| 1063 | "00kxlb3f1k7iaxzpsr07scavmnyg8c1jmicmr13mfk2lcdac6g2b")))) | ||
| 1064 | (build-system pyproject-build-system) | ||
| 1065 | (native-inputs | ||
| 1066 | (list python-wheel)) | ||
| 1067 | (propagated-inputs | ||
| 1068 | (list python-psutil | ||
| 1069 | python-pynvim | ||
| 1070 | python-setuptools)) | ||
| 1071 | (home-page "https://github.com/mhinz/neovim-remote") | ||
| 1072 | (synopsis "Control nvim processes using `nvr` commandline tool") | ||
| 1073 | (description "This package provide a `nvr` command, which can open File in | ||
| 1074 | remote nvim. Also allow opening files from within :terminal without starting | ||
| 1075 | a nested nvim process.") | ||
| 1076 | (license license:expat))) | ||
| 1077 | |||
| 1078 | (define-public vim-guix-vim | 1054 | (define-public vim-guix-vim |
| 1079 | (package | 1055 | (package |
| 1080 | (name "vim-guix-vim") | 1056 | (name "vim-guix-vim") |
