unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz>
To: 71346@debbugs.gnu.org
Cc: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz>
Subject: [bug#71346] [PATCH 2/3] gnu: neovim-coqtail: Propagated python-pynvim.
Date: Mon,  3 Jun 2024 19:01:47 +0200	[thread overview]
Message-ID: <912bd31c8b1ea781a93cdc2075d7513c6c875e48.1717432980.git.jean@foundation.xyz> (raw)
In-Reply-To: <cover.1717432980.git.jean@foundation.xyz>

* gnu/packages/vim.scm (neovim-coqtail) <propagated-inputs>: Add
python-pynvim.

Change-Id: Ic55bba3a959a1400e75788bf2054d816bb6146a6
---
 gnu/packages/vim.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index f09a39e008..d51147fd29 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -529,7 +529,10 @@ (define-public neovim-coqtail
     (native-inputs
      (modify-inputs (package-native-inputs vim-coqtail)
        (replace "vim-vader" neovim-vader)
-       (append python-minimal python-pynvim)))))
+       (append python-minimal python-pynvim)))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs vim-coqtail)
+       (append python-pynvim)))))
 
 (define-public vim-fugitive
   (package
-- 
2.41.0





  parent reply	other threads:[~2024-06-03 17:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03 16:46 [bug#71346] [PATCH 0/3] gnu: Update vim-vader and vim-coqtail Jean-Pierre De Jesus DIAZ
2024-06-03 17:01 ` [bug#71346] [PATCH 1/3] gnu: vim-vader: Update to 0.4.0-1.429b669 Jean-Pierre De Jesus DIAZ
2024-06-03 17:01 ` Jean-Pierre De Jesus DIAZ [this message]
2024-06-03 17:01 ` [bug#71346] [PATCH 3/3] gnu: vim-coqtail: Update to 1.7.1-1.d77080e Jean-Pierre De Jesus DIAZ
2024-06-11 11:42 ` [bug#71346] [PATCH 0/3] gnu: Update vim-vader and vim-coqtail Christopher Baines
2024-06-11 11:57   ` bug#71346: " Jean-Pierre De Jesus Diaz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=912bd31c8b1ea781a93cdc2075d7513c6c875e48.1717432980.git.jean@foundation.xyz \
    --to=jean@foundation.xyz \
    --cc=71346@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).