mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Remove python-neovim-remote.
* gnu/packages/vim.scm (python-neovim-remote): Delete variable. Fixes: guix/guix#3774 Change-Id: I34f349e239ba1b17ec67d33401fdd5ac5ec37b1e
This commit is contained in:
@@ -1051,30 +1051,6 @@ also works as a library for connecting to and scripting neovim processes
|
||||
through its msgpack-rpc API.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-neovim-remote
|
||||
(package
|
||||
(name "python-neovim-remote")
|
||||
(version "2.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "neovim-remote" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00kxlb3f1k7iaxzpsr07scavmnyg8c1jmicmr13mfk2lcdac6g2b"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-psutil
|
||||
python-pynvim
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/mhinz/neovim-remote")
|
||||
(synopsis "Control nvim processes using `nvr` commandline tool")
|
||||
(description "This package provide a `nvr` command, which can open File in
|
||||
remote nvim. Also allow opening files from within :terminal without starting
|
||||
a nested nvim process.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public vim-guix-vim
|
||||
(package
|
||||
(name "vim-guix-vim")
|
||||
|
||||
Reference in New Issue
Block a user