~ruther/guix-local

70c3b4fa793d5c6b4383712d51ed1eb5daa9f964 — Andreas Enge 5 months ago 5f12c48
gnu: Remove python-neovim-remote.

* gnu/packages/vim.scm (python-neovim-remote): Delete variable.

Fixes: guix/guix#3774
Change-Id: I34f349e239ba1b17ec67d33401fdd5ac5ec37b1e
1 files changed, 0 insertions(+), 24 deletions(-)

M gnu/packages/vim.scm
M gnu/packages/vim.scm => gnu/packages/vim.scm +0 -24
@@ 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")