GNU bug report logs - #71346
[PATCH 0/3] gnu: Update vim-vader and vim-coqtail

Previous Next

Package: guix-patches;

Reported by: Jean-Pierre De Jesus DIAZ <jean <at> foundation.xyz>

Date: Mon, 3 Jun 2024 16:56:01 UTC

Severity: normal

Tags: patch

Done: Jean-Pierre De Jesus Diaz <jean <at> foundation.xyz>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jean-Pierre De Jesus DIAZ <jean <at> foundation.xyz>
To: 71346 <at> debbugs.gnu.org
Cc: Jean-Pierre De Jesus DIAZ <jean <at> foundation.xyz>
Subject: [bug#71346] [PATCH 2/3] gnu: neovim-coqtail: Propagated python-pynvim.
Date: Mon,  3 Jun 2024 19:01:47 +0200
* 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





This bug report was last modified 343 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.