unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49450] [PATCH] gnu: emacs-deadgrep: Add missing input.
@ 2021-07-07  3:18 Matthew James Kraai
  2021-07-07 14:20 ` Nicolas Goaziou
  2021-07-07 23:56 ` Matthew James Kraai
  0 siblings, 2 replies; 6+ messages in thread
From: Matthew James Kraai @ 2021-07-07  3:18 UTC (permalink / raw)
  To: 49450; +Cc: Matthew James Kraai

* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[propagated-inputs]: Add
ripgrep.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Add ripgrep as propagated-input, as is done for emacs-ripgrep and emacs-rg.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9591a4e6e7..029b20ee72 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20805,7 +20805,8 @@ accept and reject GitHub pull requests.")
       (propagated-inputs
        `(("emacs-dash" ,emacs-dash)
          ("emacs-s" ,emacs-s)
-         ("emacs-spinner" ,emacs-spinner)))
+         ("emacs-spinner" ,emacs-spinner)
+         ("ripgrep" ,ripgrep)))
       (home-page "https://github.com/Wilfred/deadgrep")
       (synopsis "Frontend for @code{ripgrep}")
       (description "This package provides an Emacs interface for performing
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-08  7:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-07  3:18 [bug#49450] [PATCH] gnu: emacs-deadgrep: Add missing input Matthew James Kraai
2021-07-07 14:20 ` Nicolas Goaziou
2021-07-07 15:42   ` Matthew Kraai
2021-07-07 15:53     ` Nicolas Goaziou
2021-07-07 23:56 ` Matthew James Kraai
2021-07-08  7:33   ` bug#49450: " Nicolas Goaziou

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).